Memory Pool Memory Pool Refreshing

47,479 transactions
28.20 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
863,394 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,393 (456,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,307 407,307 0000000000000000028b89944d9a44e1300e7d29657d6c1b4de779a612a5c081 0.93 MB 2,361 58
407,306 407,306 000000000000000002422474886afe430da66585abd53b7f73e584066b71823b 1.00 MB 854 24
407,305 407,305 00000000000000000079f7cc19b77388945dcb8e38a08eab2827ba17c7e009ce 1.00 MB 1,581 32
407,304 407,304 000000000000000004af272cb846d8cfa60ec1d2f148866d245df0cc4ae9fae9 1.00 MB 2,234 43
407,303 407,303 0000000000000000039b0300bfe775aa69b904785391552365bc2bbfa00cada0 0.99 MB 2,750 68
407,302 407,302 0000000000000000004cf64a18cdba208b059a4f344d5fb99a8c94c63de5b836 1.00 MB 2,765 54
407,301 407,301 00000000000000000204a39a801a2642640ad58c6c82f69360e265bc8380ba83 0.40 MB 582 23
407,300 407,300 00000000000000000274792bd3ecb0f646893b05e00320301a8013880139cf27 0.41 MB 519 25
407,299 407,299 00000000000000000571b362cfcb75792b230f84ef331c933d0d1aa6b4926aa5 1.00 MB 2,518 44
407,298 407,298 000000000000000000ce0f062ef8ba1b6593984e828b7c90af0f1429772cb130 0.84 MB 1,776 40
407,297 407,297 0000000000000000004db564cbeb045c9d842e0016f2507378ebc57417ed5aa8 0.17 MB 139 17
407,296 407,296 000000000000000000b6e49725c0232066984c1df7a5fd2a17e120e1233a803f 1.00 MB 2,433 49
407,295 407,295 000000000000000001cdb7ebe27de671b1b92d5872e12428d3cec78c1c4f233b 0.74 MB 698 21
407,294 407,294 0000000000000000051e995105f5663bbcdfe99557e4dec6cf63af8c20212f12 1.00 MB 376 13
407,293 407,293 0000000000000000040520a3ad0db12ff742e2ed2efc7ccf2f1c0363c5b6befa 1.00 MB 1,554 24
407,292 407,292 0000000000000000035c74b5a3534195881446a34d3c97363b4af57379dbc15b 1.00 MB 1,952 38
407,291 407,291 000000000000000003110a4d3a426fd78e053cf0527d263a579780f85014f425 0.99 MB 2,182 36
407,290 407,290 0000000000000000023728f668cc15329700a0db985c7e11f98c481c8019f202 1.00 MB 3,397 50
407,289 407,289 000000000000000003be0ebfb751c29daf4eb4b90e6a77996d1838f2ca9d38c5 0.99 MB 3,525 92
407,288 407,288 000000000000000000783b6d4ab5df9cc1f95c81f95ac80cc888bd80582f89bf 1.00 MB 3,183 71
407,287 407,287 000000000000000003b2cc5d53a4c9e253467e45ea4394e355328a6b58df6add 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.87 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,494.93 GB sent, 117.50 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.