Memory Pool Memory Pool Refreshing

55,703 transactions
27.69 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,390 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,389 (120,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,599 748,599 00000000000000000004c0bd0de9dd76e61cb53a398386cd6ab390825d53feff 1.54 MB 3,122 20
748,598 748,598 0000000000000000000866e31410d319644938dd2c3665057f4c231f600bd29e 1.28 MB 2,409 26
748,597 748,597 000000000000000000074f5d554fc7189374b48875f216ebaea28786afad4be7 1.38 MB 3,715 47
748,596 748,596 00000000000000000007ddb93a04ff2cee992f27cd16cd311f943e0539c847d5 1.50 MB 2,986 9
748,595 748,595 00000000000000000009188cb1f11efb95dcb87b4186a26552378b409c9b67f9 1.57 MB 2,689 13
748,594 748,594 00000000000000000000e33189f35c13e0c4a8bbbc2b3bc1b9635df98d71f808 1.55 MB 3,130 20
748,593 748,593 00000000000000000005f7c7e058f1ae7c08186091a32285f70c00cd82a6febb 1.77 MB 2,692 11
748,592 748,592 000000000000000000080eba2f2a5006a1b15dcb44254cd092b660ccef578753 1.52 MB 3,156 10
748,591 748,591 00000000000000000004e941ad427de3493a52a3b586919783656d34060d20ef 1.27 MB 1,617 15
748,590 748,590 0000000000000000000390f7e989789288acb4309d4301481c6b96bbc10b12f8 1.33 MB 1,235 18
748,589 748,589 00000000000000000007371286e9fcd5439f9b824daba17e1aa4e612a633c96c 1.77 MB 1,622 5
748,588 748,588 0000000000000000000241cf4a553af23da7ef9ef5fd11685e868bd55696af8d 1.63 MB 2,429 9
748,587 748,587 000000000000000000036edbe4c9ef660b057d5f506bc882954290e66c5a784d 1.56 MB 2,723 11
748,586 748,586 000000000000000000056d117900e9828b02fbaba4e48b7f4bf5ab6caa719c32 1.52 MB 3,196 15
748,585 748,585 00000000000000000008ff2f7f31c27fdd92778c984ef694682325e85c8cfe02 1.52 MB 3,224 16
748,584 748,584 00000000000000000001f41248f93734a6d99f039ed8135a6845553972af7e52 1.64 MB 3,185 10
748,583 748,583 000000000000000000029558d974b12b96b2a38cc926fbe4bcd2e2591401f6f9 1.68 MB 2,613 25
748,582 748,582 000000000000000000027cf15aef327598f15db1ae43775af09843cbc02d8d32 1.55 MB 2,841 8
748,581 748,581 000000000000000000038f727f72fb4f853cbb3cc02bcf7d26c045fa39ba1a50 1.51 MB 3,412 16
748,580 748,580 00000000000000000007f1fc09ae83986543969592be5c4219411634881fca8e 1.68 MB 1,977 23
748,579 748,579 0000000000000000000864c2de38eb72775c015cef4f2dabb325b55367adcf40 1.05 MB 1,123 8
Previous 10 blocks ↓
Total Size: 698.32 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: 2,075.33 GB sent, 199.68 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.