Memory Pool Memory Pool Refreshing

1,073 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (896,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,240 12,240 000000008913d17b102856fd113d9caa90066e5fdbe21ef309380149e8255ee4 0.00 MB 1 0
12,239 12,239 00000000c874aabf87f32a0beb0630a227145a90ef30db6a72918d969565136e 0.00 MB 1 0
12,238 12,238 00000000596a2fd84f014ca9cb364870f9d0618db8a70ba5e439a5fb9a20cedb 0.00 MB 1 0
12,237 12,237 0000000000a597aaf0ec5713f67aed907c33a95ba8a5878c95a636a789f9467b 0.00 MB 1 0
12,236 12,236 000000002c4bd2b3469ec556644ef529ee4adea735089137f9911baf10fa5c64 0.00 MB 1 0
12,235 12,235 0000000028e8e3bed2fa5556898530bc51a5b64705599c4d6787668f477fce07 0.00 MB 1 0
12,234 12,234 00000000997ea7db1e7ce8e3a1a5380366dca14b048abd986dabb7180c3924fb 0.00 MB 1 0
12,233 12,233 00000000d88d8945adcd6907adf490f1536bd94600b6db17819e941cc23d7021 0.00 MB 1 0
12,232 12,232 000000007fb8f93b07ea639b68087a7f36264b5f6b6a28833c8a24f8ffbac99b 0.00 MB 1 0
12,231 12,231 000000002f7cd809f960957164aca1837d788614451b31c628645ab74507864c 0.00 MB 1 0
12,230 12,230 00000000f28ef4e4f6fdd52f32481888e74fd68e31da1951de9f695273700358 0.00 MB 1 0
12,229 12,229 000000002273a122512ce396b3aacc9739d1b0c9323ce918f6bc611dda3562e2 0.00 MB 1 0
12,228 12,228 0000000028668b9d7948f8ac3fefb7f379b36b1d5caa8ea50cb85616f3866f96 0.00 MB 1 0
12,227 12,227 00000000a77e6108f4401ee6ca601584661c4e5150942fb73fd04381a763cc60 0.00 MB 1 0
12,226 12,226 00000000006e4969c22a20d6b8f0e0701f7809cb7e64c03e646890436b641db6 0.00 MB 1 0
12,225 12,225 00000000442dd67e01201c8a64dc7ab0ad66b918b12c0afb0764a1e03a5b0a12 0.00 MB 1 0
12,224 12,224 000000005efd30ff5f72e08f2e4bc698daa7dbf63a1ac355934501cbf90bba01 0.00 MB 1 0
12,223 12,223 000000004add92ad92198fae4b060320905593a97a98c83affe38c07f09e6ece 0.00 MB 1 0
12,222 12,222 000000005d07910edc9190ae29a903f0075e0c455b319b03904f34b6b23ca5e6 0.00 MB 1 0
12,221 12,221 0000000050d06c8e060768ebab611cad58516fce745004841a0fa1b1a47149eb 0.00 MB 1 0
12,220 12,220 000000006d2ba8298a4a5267859604ba53b800a9dbc435c1fbbd817f1ca40c5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,850.90 GB sent, 101.32 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.