Memory Pool Memory Pool Refreshing

31,221 transactions
29.10 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,334 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,333 (13,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,385 848,385 00000000000000000001c665cff074d3665da1ed35701752dfdb4ab270853ade 1.65 MB 3,682 16
848,384 848,384 000000000000000000030b32b07824d126ad6c6378a8db3d4684ff93372a9fca 1.52 MB 4,718 25
848,383 848,383 000000000000000000015b18b8fa27e213667a668c134bbd602d0574c10ed3c6 1.52 MB 3,700 29
848,382 848,382 00000000000000000000e8d2b6b071e81e51902f3a070ece97c4e95d4fd6ff31 1.53 MB 3,484 28
848,381 848,381 00000000000000000002a3348ca452500f62c3582143967fbb4a251654abfbe3 1.63 MB 4,187 17
848,380 848,380 00000000000000000001e802e7072ac9104a21b6d67c43f10be41bf7061e0280 1.50 MB 5,260 21
848,379 848,379 00000000000000000002c5cd5ec55f80252bf2ae630b830f8f5b2d5e74d44843 1.53 MB 3,951 22
848,378 848,378 00000000000000000002827d1b7ca993fa39a3408e0ebe61738958bc5105ad09 1.49 MB 3,430 17
848,377 848,377 000000000000000000029bc47c4211690a409dbd93ac13b1cc6cbb9ea585fbee 1.57 MB 1,827 12
848,376 848,376 000000000000000000022170509f84c681028f45cc8adaca79946e273939d3f6 1.61 MB 4,464 18
848,375 848,375 000000000000000000018c4abf2508a3d35dd03a5f70330d2cd50e4f16dced12 1.48 MB 3,657 28
848,374 848,374 000000000000000000035ae78d60f3b9730a73ee4082689a3bb236e97b550964 1.54 MB 3,015 20
848,373 848,373 0000000000000000000126e12492e89ff0d5212b008ce458961643f2fc679b31 1.43 MB 3,049 24
848,372 848,372 000000000000000000013f4349ca0663c960560fd5234509e3ffb627eb89902b 1.70 MB 2,524 15
848,371 848,371 0000000000000000000064b20f025a2f5ac449554d9608830c187af798cd2270 1.52 MB 3,964 23
848,370 848,370 000000000000000000013d2db2d51d086c0c56a866d171166cfbb4eee7234e5c 1.42 MB 3,192 17
848,369 848,369 00000000000000000002a921857c172747b409bf4be36e805d4c9269d2eec011 1.58 MB 3,968 18
848,368 848,368 00000000000000000001b01f0bd16714372ab2f964350bf532bcf9ae3b63c6a7 1.52 MB 3,408 26
848,367 848,367 000000000000000000031ce49fcd95367a40e311d44210f87b8a56181336e87b 1.64 MB 3,881 17
848,366 848,366 00000000000000000001e140c74e299ba36fe40d7b8dc9b4f42e2cbcb72d511d 1.57 MB 3,561 24
848,365 848,365 00000000000000000002488985a03a599eca2b000509e08afcb23be164ffc9cd 1.64 MB 3,109 19
Previous 10 blocks ↓
Total Size: 684.80 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,364.20 GB sent, 103.63 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.