Memory Pool Memory Pool Refreshing

1,200 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (552,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,148 355,148 00000000000000000f58082b326a02395aef8721c66bffb18993e15cd57c4859 0.43 MB 742 25
355,147 355,147 000000000000000012b1dfbbc1f0227cddc2b28a44d03169d8e57c9893992845 0.39 MB 663 25
355,146 355,146 00000000000000001370cea74ad09ab32f990b2ac8f99af518a6a053cbf2a1c0 0.28 MB 495 25
355,145 355,145 000000000000000002016762cd7430f2e740cb5d73d2c1dec351e6b077e74be0 0.10 MB 174 16
355,144 355,144 00000000000000000df21af01174979c668fa0a86863713aa705cded8c3ae159 0.08 MB 188 32
355,143 355,143 00000000000000001689e622c4bbf5ea60842dc30a1cf18e8b67422f47fe3381 0.10 MB 98 10
355,142 355,142 00000000000000000ce8b9b566497b24ac6e1768d57e77c75b38b97ad8ad0d9c 0.55 MB 965 25
355,141 355,141 00000000000000001173eb7c9098fe47518d2aed762effc444b638d0b40c4468 0.17 MB 333 25
355,140 355,140 000000000000000016f991896fd38426ebec5971f15b5d5c11f249c255977564 0.24 MB 367 27
355,139 355,139 0000000000000000016a8cf6b62810eaf4cc2de23c756929409abb5a2ee9ba9d 0.16 MB 222 19
355,138 355,138 0000000000000000169a35225d2087315248db716a5d196175067b395d0660f7 0.58 MB 1,042 24
355,137 355,137 00000000000000000466d743116fe3bd7411294f19788b47655db83f671a2b92 0.04 MB 77 21
355,136 355,136 000000000000000015f7adaa93b34dea511e94e7a176bb51ce5ccdd02565629f 0.58 MB 1,131 28
355,135 355,135 00000000000000000971a35fe1e3a3844bf0eaeb88c5ffd88fb1e3d38bea1335 0.33 MB 589 25
355,134 355,134 000000000000000015f27d7c5c1c68d375fc13afa3a0cb789322cda23bd5857b 0.17 MB 347 22
355,133 355,133 00000000000000000743dfc1c78ddf48b8155ffd6aa642a1046238058117bf2e 0.10 MB 51 5
355,132 355,132 0000000000000000145dcd05b31f37acc61ed70b52cee09287849d9ce8a1d859 0.45 MB 952 29
355,131 355,131 0000000000000000082c5764af3d384340663e916e1f4954680e6f5983ce2048 0.52 MB 1,042 25
355,130 355,130 00000000000000000bc24bef0482702364f1a81209f8052526ccd8c02e22323a 0.12 MB 222 25
355,129 355,129 000000000000000016bae92da911065f77e52e65c7c5d164ee12b57247176ab0 0.63 MB 1,364 30
355,128 355,128 0000000000000000086a3a6068551c9271da7daa4af9790daeb27f594a4af36c 0.40 MB 747 28
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.31 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.