Memory Pool Memory Pool Refreshing

5,610 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,568 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (755,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,498 152,498 0000000000000169f0c622e5e2bfcf7f7a4251980843d2a7c7eebfb18c60d251 0.03 MB 75 118
152,497 152,497 00000000000005d80fda046ad30eae0296b1e50863d02f519c16f15c1b62c6f0 0.03 MB 59 20
152,496 152,496 000000000000046961e2512cd06971a5bfab72daa467507b82e2f4b102fbcfaa 0.00 MB 1 0
152,495 152,495 00000000000000c8a9ed79f7e22f15f738806966887861a253f8ed9be11c2a7d 0.02 MB 33 137
152,494 152,494 000000000000020375a8e1e93fce96f3f7697e5d66766cd1f5c51da719559a63 0.00 MB 15 348
152,493 152,493 0000000000000932214357d16e1a072085b14e840ac97cb4faeafe317692160d 0.00 MB 6 1,120
152,492 152,492 0000000000000b653a879c49c8d4f5d542c095b880469a9be2a280849fb6b60c 0.03 MB 97 11
152,491 152,491 0000000000000d62bd3b32268221537928d89d98a7ac2836a5cae2da94465809 0.04 MB 88 272
152,490 152,490 000000000000099846b784d482ad78710ee9bfd2108c4a395d3425edce0be6d8 0.00 MB 1 0
152,489 152,489 0000000000000b799f531ca77799b32e55a8c87d61f4b286227af944e8302f89 0.02 MB 44 279
152,488 152,488 0000000000000983e8fe9af47eaa1b9ecbebd4adddc47c8c72924abfe8b038f5 0.01 MB 22 54
152,487 152,487 00000000000009067faf13ee13af7511db3e37cc752f08af1f3f312d8c343e9c 0.00 MB 8 1,207
152,486 152,486 000000000000048b8fd0506f46ec3ab4fd15287084d54cc2877bdd0b30da1277 0.03 MB 71 47
152,485 152,485 000000000000074dbfb45fcd45ae6cf450c230c8e57ae1c2631bccd8485f9fee 0.01 MB 17 79
152,484 152,484 00000000000002fb4a2648c8fa63665b43ee29ea444f02445040b8ec49bfc53c 0.04 MB 122 146
152,483 152,483 00000000000000be233ba5829fedd601681bf5475e0b8aa93fa7c6a0aab79e0b 0.02 MB 43 35
152,482 152,482 0000000000000772f8ed0c3ae02894cf2044cb22535f577e6e4cbd3b94ef0721 0.01 MB 23 71
152,481 152,481 00000000000009f06c15a5990897f0c0d0b2d771f03bef69d0f0fc6b86f0f74c 0.01 MB 23 74
152,480 152,480 00000000000005aa18094392eb9307fbb08eb2cd6717a59e68aa1b1cbb36ec1a 0.00 MB 11 471
152,479 152,479 0000000000000908ffaa6aab80e3e2243fe4f03a24ac488f1194cfd1494abbf9 0.00 MB 6 60
152,478 152,478 000000000000037934903d88a5e7eaa7825e126635f6c09ec817d927b90c5ecb 0.04 MB 105 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.