Memory Pool Memory Pool Refreshing

2,761 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (693,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,262 214,262 000000000000018823297557594852a504b268617cddd43155d4e5f6cb845a3d 0.00 MB 8 74
214,261 214,261 00000000000001276b4f86d8b1b7116ff04d9941836031fd9fcb1c54617f4a10 0.05 MB 92 118
214,260 214,260 0000000000000507389b2f8827b7405db3e63ebd19d69af7d688742dd648af07 0.15 MB 371 158
214,259 214,259 00000000000004068ccb1941f95db3dc2a60133bb13707a2e22ea043feba9a55 0.25 MB 492 152
214,258 214,258 00000000000001d4b269b49845a99be74c3278d4c30955de52a3ff94fa3bc938 0.01 MB 13 90
214,257 214,257 0000000000000374b1f2c6f288e77736fffd1f013cea7eaa05dadcd8d44d37ef 0.24 MB 379 138
214,256 214,256 0000000000000351efec3daa0f9de477528d6d60d4ea12dbb6c648b81de079c5 0.23 MB 430 167
214,255 214,255 00000000000001059b8d7edfa919d5b74d824519745fdf1161fa9a082ec1a080 0.05 MB 111 135
214,254 214,254 0000000000000593c56e1dd65ab4ecdfa0bce02109a252c8fedaa07f6d1683ac 0.25 MB 546 202
214,253 214,253 00000000000002949d5afc1e91ce33f557c4cde996ec0f41f8814d59a2689bea 0.19 MB 344 174
214,252 214,252 00000000000004f4bca80154d0677af1c72aadbb7857011645c210d279bb6910 0.25 MB 743 447
214,251 214,251 00000000000004d69f6ccda7bdb7f1f75a720d23148f3d491b152dd749dd2897 0.16 MB 256 204
214,250 214,250 0000000000000561793f5ba8afdeb73e1bb1a66053283ccf82c3e7aa3d13a2f8 0.33 MB 908 258
214,249 214,249 00000000000003d61c7339361ee9d6a18c195e5ee3d017bd3c35101b67201a62 0.31 MB 741 163
214,248 214,248 00000000000003248bd1c57ecd854521b7667ba5dd8adf9f24e34d6ed73eb089 0.00 MB 10 15
214,247 214,247 0000000000000522dcfeb65ec68a9f958245c1cde6a6b11e7265f0b078fe5ca0 0.24 MB 449 157
214,246 214,246 000000000000052b85549c6389eebc51863346a5461a7925d463a4ae715088cb 0.02 MB 36 109
214,245 214,245 00000000000001a41da875c573e1f5350aac8d293b679444af74116b41521dde 0.14 MB 425 188
214,244 214,244 000000000000029987233dfc120ce416986aa35e579fe998e77a258203ecb4eb 0.25 MB 673 255
214,243 214,243 00000000000000d9c7f1caf94ea255246c8332d8605068f4f05c0adc89bad17a 0.26 MB 849 197
214,242 214,242 00000000000000f6682a513771e9f4bd2988030c905e06fc8db47c941fe50725 0.49 MB 1,250 144
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

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