Memory Pool Memory Pool Refreshing

61,454 transactions
29.77 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,562 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,235 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,561 (518,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
344,426 344,426 0000000000000000098698d1ddb10a77945d4ccaabdad2e195100a81dd32770f 0.74 MB 287 2
344,425 344,425 0000000000000000114e3ab8137a724f4d8e8359d3e38c4427395082c1602467 0.69 MB 1,016 23
344,424 344,424 0000000000000000021028c914a8613b211877f00ab0333956e0f3c8f1dd533b 0.75 MB 1,246 24
344,423 344,423 0000000000000000181e0b7760f0196b14e4a9b9d9f8218f42b88bb6d485f399 0.75 MB 784 13
344,422 344,422 00000000000000000bebf8f9f6aa636cdf40afc62643c1512cf4347523eddeda 0.75 MB 1,066 4
344,421 344,421 000000000000000015e8056765c1b63d5a513f3471645c79a8d9763908b86a62 0.32 MB 365 18
344,420 344,420 00000000000000000451046d30871c6a344ace4b8b3459b2992f04d2505d130a 0.75 MB 1,241 24
344,419 344,419 000000000000000010ab2865a8d9341a6e98dd0ee63b28c348721ba99800d6cc 0.75 MB 2,053 33
344,418 344,418 0000000000000000147011a429bd8c2e30475ad61eaa544c3b971e99bb7bc307 0.75 MB 514 15
344,417 344,417 000000000000000006faf4c4305b9b57dd46e180e5fe862e30a0a48ad981d7f6 0.75 MB 1,133 22
344,416 344,416 000000000000000015d71f2745795bee72533e5e2c925237c64dab4fc098ac9d 1.00 MB 1,544 122
344,415 344,415 000000000000000006230d35281b15e2f2aa187df8d0533772c8a3f91d0dcf4a 0.14 MB 512 51
344,414 344,414 00000000000000000c9058353f1033bfe16df7266b000ae4396756b93272d5f1 0.95 MB 1,474 19
344,413 344,413 00000000000000000cbc109baa339670ddd7c029a6d3f0258155a36de7a3a750 0.75 MB 2,520 42
344,412 344,412 0000000000000000016b5169bff7f553440066a94acbbae4c9b25f0b535b0414 0.33 MB 876 44
344,411 344,411 0000000000000000098e9d35ecda2fbdaa669c267d5fa078008ff7ae8467e657 0.75 MB 554 14
344,410 344,410 0000000000000000157f3c6f5d9cc0289a3fbcae77e376d1b3977f86b16de9ce 0.09 MB 114 33
344,409 344,409 00000000000000000eba4864a54ad4c0e975655b89e40db136f761b2b4081456 0.75 MB 614 15
344,408 344,408 000000000000000003a1517685c09c26d3173577494358eca3e027c61bdc6f39 0.09 MB 256 32
344,407 344,407 00000000000000000937134a2bfcd5ace17821f35921b619b6c3994d70c9422c 0.90 MB 1,485 25
344,406 344,406 000000000000000015224dae93bf5c28f7b77e557ad8e9107fffb6cb33691ad7 0.41 MB 574 23
Previous 10 blocks ↓
Total Size: 685.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,374.73 GB sent, 107.30 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.