Memory Pool Memory Pool Refreshing

10,355 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (331,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
576,305 576,305 00000000000000000018c090bb2429ebb5c559b1ca1b22c86bdbb08864e7b8bd 1.06 MB 1,863 247
576,304 576,304 00000000000000000018d50ef749278a15bfa7166f9211716159bbd1c47c7469 1.34 MB 3,071 159
576,303 576,303 000000000000000000033acc17d6a30317c0ef56a47fd398d67eefe4bc16cf58 1.31 MB 2,610 187
576,302 576,302 00000000000000000007af1fa44f3ce1f3afc4407b08076c44536396954c1766 1.12 MB 2,690 129
576,301 576,301 000000000000000000181dc5e64237d3394afa8163d0c1d29184b4e52e6f567c 1.26 MB 3,136 165
576,300 576,300 0000000000000000002394c1e3c0d81c7c9c63920c77fbb4484e9dc02352137b 1.27 MB 3,116 145
576,299 576,299 00000000000000000015161d9def3e63c1907e8804d13c9c55d3a7886b59b3c3 1.30 MB 2,983 185
576,298 576,298 00000000000000000012f36b8a0f3e43a1f3bdc0e452e085ead071c0de663e0c 1.17 MB 1,898 136
576,297 576,297 00000000000000000001f2c8d9feb8544c7678d74cdab30a7ae16f4f361ce21a 1.14 MB 1,786 149
576,296 576,296 0000000000000000000a26af485dc85275504f7caf0799262794c82c0d4caef9 1.21 MB 2,584 151
576,295 576,295 0000000000000000002091810aa6df1dd59d854d0c32df7f923cec06506589a6 1.24 MB 3,148 148
576,294 576,294 00000000000000000014499120e170aa46b57738517a508a1ec34deffe1776fc 1.29 MB 3,145 176
576,293 576,293 000000000000000000177757d30627b5761a1cc26fd76e695f05cdddd5773b06 1.26 MB 2,767 196
576,292 576,292 000000000000000000115553db3745c65a7f43ec8a312ab003fdd8ddde20b0a4 1.19 MB 1,368 146
576,291 576,291 00000000000000000015b6205a8a8eac35ffcce29e9eebcb556a038fbb024e37 1.22 MB 2,570 180
576,290 576,290 00000000000000000005e002b16fce9b060906f444df167abcf523557c6eb840 1.19 MB 2,285 149
576,289 576,289 0000000000000000000ad71a5b8b38822260f8a615c39fbed0bc0ea3956e3ab6 1.34 MB 3,451 176
576,288 576,288 0000000000000000001fda6a2020bfababf7c0e82a10553647eac6d3a271e94d 1.22 MB 2,632 186
576,287 576,287 00000000000000000022270cf99dfa7be11591f79694c9b3ae1597b293f8c832 1.28 MB 2,473 179
576,286 576,286 00000000000000000007e8ad6ac443cfb51b67f7838fc21333dad13a62977f89 1.23 MB 2,981 198
576,285 576,285 0000000000000000001ebdeda39cfdf0b466ad23382ced5c35b2ebd6fb160d39 1.15 MB 2,831 134
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.