Memory Pool Memory Pool Refreshing

1,429 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,429 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (244,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,516 663,516 0000000000000000000a3294e083253eca8d501275829e3c1d081c330db8fb84 1.32 MB 2,653 95
663,515 663,515 0000000000000000000dc66b5d9180726618763107ce3bf1634eeae0e1034975 1.19 MB 2,591 60
663,514 663,514 000000000000000000022b594cccabe863d642fe6f6001f250f091425695795d 1.27 MB 2,729 100
663,513 663,513 0000000000000000000bd914f677109f4cb2912f93b06aa158fe178ece247e6f 1.22 MB 2,298 39
663,512 663,512 00000000000000000002027a54c80a9f6b4f717c16f660bf72f14b97fa5a7cf5 1.28 MB 2,785 77
663,511 663,511 00000000000000000009e392d6747d8788ef678631a0ae573447d7676abe733b 1.34 MB 2,194 81
663,510 663,510 0000000000000000000417df65b1da467786c4957d38eb7dfb185dc40d9b9842 1.27 MB 2,351 46
663,509 663,509 00000000000000000001352177bfd526bbfbdaa111e4a7e51bead17c6810a99a 1.31 MB 2,261 36
663,508 663,508 000000000000000000079b7853c90c0974fe6e76d997f44f5687690941bea259 1.36 MB 2,381 57
663,507 663,507 0000000000000000000e6156b0d272fbbfbd4c12a774597bdf625e31c729aa50 1.34 MB 1,990 21
663,506 663,506 0000000000000000000c8eb8e00379e42f9d81d088f9e3982a7f27205b0e67cf 1.08 MB 2,558 31
663,505 663,505 0000000000000000000405975ce3a6c9b91d0af06d67fe2a5b9d8a6091f69269 1.16 MB 1,934 62
663,504 663,504 0000000000000000000dd22d9408c12bca5da441885c6de03c988454f0b9700c 1.18 MB 2,369 63
663,503 663,503 00000000000000000004a0f8f4f9b4af5f0164f07a921574be414bce17faca00 1.30 MB 2,564 66
663,502 663,502 0000000000000000000b0b56969f5c60c51a13ce6b5f2ba3efac7c1debfbfcfa 1.42 MB 2,512 107
663,501 663,501 00000000000000000005884c7cd32bf94e0c18e6eda7abb1cf2d9a59de70210e 1.32 MB 2,328 70
663,500 663,500 0000000000000000000c35ce51fea4be792d9bfc6b275b5e38f99f1e85cc66bf 1.21 MB 2,320 58
663,499 663,499 0000000000000000000b0d38a020eadfb71e18b27abe132ba5c040c73ed93042 1.27 MB 2,495 71
663,498 663,498 000000000000000000056d4b1d17193034ba80e208eb375224cb4df2a9cf7606 1.15 MB 1,649 96
663,497 663,497 0000000000000000000e6931715b0660b3ac155df2e03a401ae0f26d132d13ca 1.32 MB 2,647 83
663,496 663,496 000000000000000000026db9624af8849a1840b6cf7c56de5dc6fe339ec68a28 1.34 MB 2,223 71
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

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