Memory Pool Memory Pool Refreshing

16,685 transactions (5.74 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,320 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,889 (875,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,821 33,821 000000008617a99042513f8b3f62f4176e0707171948e4053dd61cca9a103899 0.00 MB 1 0
33,820 33,820 0000000039a2a18953a19cac16f8b726fb1ff7a14dfb83d981e04ccb7ccabe0e 0.00 MB 1 0
33,819 33,819 00000000ca6ef3f61908b59b801a6f5bd528b8d50a1c51c12b1c409bb37be545 0.00 MB 1 0
33,818 33,818 00000000068e2f6e32e1c690f64ad5d044e610bc5bfc7784003ff591dc8e47bc 0.00 MB 1 0
33,817 33,817 00000000a176f6195e71c31f69660c7799c696ce20b46c1c9fc23003a6a2f281 0.00 MB 1 0
33,816 33,816 0000000019b1ba1c2c4b0f3278ec5d63daa0cdd6732279d995f2a2e705370f15 0.00 MB 1 0
33,815 33,815 00000000c60097e0fa88cd86faa91b99db1373fdb54ecc36bcce1d0c229a1bc6 0.00 MB 1 0
33,814 33,814 000000001a04000754290c88c156d283214257181c748d919a515ce5fa815523 0.00 MB 1 0
33,813 33,813 00000000b8522af7272b824fd464211099c5b9aab503204c0d95e3d77600c98d 0.00 MB 1 0
33,812 33,812 00000000d5d089902cd2cbcb893e65acf066547848ac91fc17fd9930389e574b 0.00 MB 1 0
33,811 33,811 000000003b85cb9f60b6703129a6022c6d93d21f2a3f6b3720fe6e34cfce3945 0.00 MB 1 0
33,810 33,810 000000002cd7fcd32929287f532333b2aaee464e6e35ebc89e1b8292e734e4da 0.00 MB 1 0
33,809 33,809 00000000bd4cf630126c53e61ca731111d3f75efb2c05170c087b73270c99e18 0.00 MB 1 0
33,808 33,808 0000000006d18b5b84be2e37ae442eab025bf8206dce67a3576af0a55062765f 0.00 MB 1 0
33,807 33,807 00000000c433fcd6532b601f5526d4cd034b2f7f7628cc39a0e746f06f4c3674 0.00 MB 1 0
33,806 33,806 0000000056543d6f750313fb642a0b195bd350186dff3c5eebf469b76fab8a9c 0.00 MB 1 0
33,805 33,805 0000000019d8ebacec1189a2ccecb1579119357dad4d17bbb56625c9b4e39fb9 0.00 MB 1 0
33,804 33,804 00000000a2943e5c68b2eac8f10b32a31cac956c3af2347522ad6c9a9412a093 0.00 MB 1 0
33,803 33,803 00000000adec36d417548fc2dc082b0414c94b1c880e0228d9588caf725e369b 0.00 MB 1 0
33,802 33,802 00000000909efcde6b27e09ff940019b856974678d0ce33c50f3d95a9e5b060d 0.00 MB 1 0
33,801 33,801 00000000bcfd4e01ec5f327fe98c264cc20da834bb82e3edace31d2775df7366 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,863.22 GB sent, 103.96 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.