Memory Pool Memory Pool Refreshing

10,994 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (765,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,267 142,267 00000000000006afef3a2f33e25ca17419d9065ca852a9362138ecfce07c54c9 0.01 MB 22 548
142,266 142,266 0000000000000790070a503b2d5c76b98c6e684a51c21a727b1297a446580d51 0.00 MB 7 45
142,265 142,265 0000000000000480488a58d1f261c5348c800a330a9ce9c691a7e1223979124d 0.05 MB 145 25
142,264 142,264 00000000000000ced27c73cf044cb350172b8d6e435bf0944c0c985cc365afb3 0.06 MB 107 917
142,263 142,263 0000000000000591a27b508f1a696b48f13ec4caa182c3482a7e748db2d88c2f 0.06 MB 98 255
142,262 142,262 00000000000006705a4add90252e46609d6d16c499b3d4e5737bf73f6b308224 0.01 MB 30 137
142,261 142,261 00000000000000ae2443ff68ebb364b2a9f2808f17e3d9d14cce3c0d3fd7d12d 0.01 MB 12 23
142,260 142,260 0000000000000031a4e82a9c528be0ddfcbe178474677d18e61800001f382a79 0.03 MB 38 118
142,259 142,259 00000000000006aa78c4a0594151a5ce094ca0408c30907c5b8fddd9e987b474 0.05 MB 146 90
142,258 142,258 000000000000093154f33240cb9198e8eaf83b28f320db043d01332a71e8044e 0.03 MB 43 297
142,257 142,257 00000000000001323e8bc9538b2f0d597747e6d9e32bffc327d9fde360290760 0.01 MB 38 435
142,256 142,256 0000000000000312dae853f2afb05899c86c0abfc8191379be5523ac4500a364 0.01 MB 28 421
142,255 142,255 0000000000000170fa9d66ad3f04cf7d5f8269c87b8b40e6c20c5e97f4aa12b2 0.01 MB 36 193
142,254 142,254 000000000000069ec1f8fabcb675c3e8c02979233fed09402311b5248af44da9 0.00 MB 2 11
142,253 142,253 00000000000008add72bff32b5a0368fa7d958517c6a444ded1ead3f72ef0ef9 0.02 MB 37 91
142,252 142,252 000000000000069d2cae0e3f5c344460cc5ca051d729f62e64191c3cb8c2624a 0.02 MB 90 0
142,251 142,251 000000000000053552ec4fd2fbe67da2e46e6f2accc50daddb20987806df1f43 0.03 MB 73 120
142,250 142,250 00000000000008d2fd9a47e9677fe70f1fabf2678cbdb213764053b25974f8b3 0.01 MB 26 132
142,249 142,249 0000000000000448ab2298b367cd73c29474f35517380fbd458bea75d0a96e0a 0.02 MB 50 155
142,248 142,248 0000000000000636acd24948ff8e90936e40a3349bb17b0de10436c65afd512b 0.01 MB 15 29
142,247 142,247 000000000000026be104351628468e2e8b2dc358d458b231530686ded85acefa 0.04 MB 127 97
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.