Memory Pool Memory Pool Refreshing

4,966 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (588,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,494 319,494 000000000000000017bd8dcb82f1e145999d1f744906297e7b7eda7046b57965 0.61 MB 1,146 37
319,493 319,493 000000000000000000b70fbaa3afc16b98ab357a5798d9b24064f358937ee611 0.06 MB 55 19
319,492 319,492 00000000000000001fa0f945f62153531b2364572eaa33745e5a57fbff82f930 0.15 MB 213 26
319,491 319,491 00000000000000000ab71e2b3085ee50fb2242fb209608b621254baf51a828e5 0.01 MB 32 32
319,490 319,490 00000000000000000af46c4dde1e353d1ca02ce21c3504fa25e8198e7fa10760 0.45 MB 453 19
319,489 319,489 0000000000000000268b42f82887c08150b3272a25d8d73ae5d02f6f7cb7f271 0.00 MB 5 19
319,488 319,488 00000000000000002642b8876d364d19dd30a72ef44596a34f516e3e10d798a4 0.09 MB 171 29
319,487 319,487 00000000000000002363f8858434340371d5077a8613e789230cadbdd4f829a6 0.04 MB 69 25
319,486 319,486 000000000000000023717e653b62ba614a490560003996b243ca0fc2493112c2 0.13 MB 204 27
319,485 319,485 000000000000000010094fbc7f36a4073b511b2913ef7d38967042af99a87a40 0.02 MB 38 22
319,484 319,484 00000000000000000e0756013fcceacd68486b8e2b44c988616ea5b506404527 0.07 MB 107 28
319,483 319,483 00000000000000001685023ca5fc4c45a5f12f91779c8d7ca3e12a39e47a89b1 0.07 MB 110 27
319,482 319,482 000000000000000005574b1cbc58c4692fb677655829d581fa706bae68fb8d3b 0.01 MB 22 28
319,481 319,481 000000000000000014900e96f00b23ce7303448331df897424409b36307124e6 0.34 MB 547 27
319,480 319,480 000000000000000006ac5e20410555857fe7887d9431177afedd01379ca431a4 0.30 MB 359 16
319,479 319,479 00000000000000001f6abf2a0e6264e2e075a97853fc81b3740f56b91c90a8f6 0.11 MB 256 36
319,478 319,478 00000000000000001b3049d1b49188fb9c50ccffff626166d4e7a14331640e45 0.08 MB 93 20
319,477 319,477 0000000000000000098e0a9b9fedbd9967e882a30f1938bd2866d32d8b34a49c 0.06 MB 125 27
319,476 319,476 000000000000000010eac7bb33a9bbb1d57a11a6e087bc19ab8abbc41c696014 0.13 MB 80 15
319,475 319,475 00000000000000000fde52e2e10d9ca9c9e25592f71c9d388e932d0e81359eaa 0.50 MB 1,105 31
319,474 319,474 00000000000000001c7f19c79445df02ff831ab7f11bdb1b7c3771282c2dff3e 0.04 MB 64 38
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.