Memory Pool Memory Pool Refreshing

31,492 transactions
29.55 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,473 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,633 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,472 (457,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,314 407,314 0000000000000000042ae14befb1aa129ac8a5b7fc4c98e287d574b80195765f 0.51 MB 662 29
407,313 407,313 000000000000000004d4c2f6aaa6865b502bf451e30176dd6431ae14eee4dcb1 1.00 MB 2,909 71
407,312 407,312 0000000000000000046b01aae59bb356aaf8f3d598910b21ee29526092f91d3b 1.00 MB 2,390 47
407,311 407,311 00000000000000000157049119f3f5fc58cbb79cd4f0d5fe44e68b22909c8366 1.00 MB 3,015 55
407,310 407,310 0000000000000000030144c456bc6bbad235949e6b3a202571c8463e4b90edb7 0.55 MB 1,001 34
407,309 407,309 000000000000000002fe8aebdc9cd15124bf1872eaf95f98658a80adf9b19c7d 1.00 MB 2,565 50
407,308 407,308 00000000000000000030330ede2c360523862aeb9206dddbf208705c966cea3f 0.93 MB 1,524 32
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
Previous 10 blocks ↓
Total Size: 688.92 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,637.88 GB sent, 132.22 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.