Memory Pool Memory Pool Refreshing

5,063 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (430,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,366 477,366 000000000000000000e850605bf292afd39abe175436827fb9306e8ce5a8f642 0.85 MB 1,619 149
477,365 477,365 000000000000000000679dff11cce94831ad3a86f3f97b1641934fdddeb0c824 1.00 MB 1,685 97
477,364 477,364 000000000000000000dea70bc61be8e15f0f47fca18724eb80068232d185a961 1.00 MB 879 84
477,363 477,363 00000000000000000088292dbb7ebf211e294d38c1f710a2ab16396640aab5cf 1.00 MB 533 67
477,362 477,362 0000000000000000013af4c4dbd8f0e9b5bd684fe39565ab2e8908db9c9f33be 1.00 MB 1,841 143
477,361 477,361 00000000000000000152413cd7f3301cd601d97ea7777fae25a146f8f4db3e2f 1.00 MB 592 79
477,360 477,360 000000000000000000e8af89716e0ea8a2aa7c7b789935e98f0a32a4a319247f 1.00 MB 1,362 105
477,359 477,359 000000000000000000da92c21e1234bb15eab4a8ee921ffc716ba61895f54d50 1.00 MB 1,831 181
477,358 477,358 0000000000000000011dfacf61506156525f707a65ff3fc4b23fe6b8363361ec 1.00 MB 842 50
477,357 477,357 000000000000000000d28d924a8f6987cdc13ae88382ac868c41e38619afebcb 0.99 MB 873 20
477,356 477,356 00000000000000000014d0acd1bbb0e98509e64ee11160b0ea9041b0cabedb0a 1.00 MB 2,294 151
477,355 477,355 000000000000000000894e4ea8071f0f34393fcc32c4f5fac9e15c42d9224495 1.00 MB 1,144 18
477,354 477,354 0000000000000000009c75abb25f87a3930b26e44af296b151ea3ad5cbabed27 1.00 MB 2,481 91
477,353 477,353 000000000000000000b00e2e5341d112b44da0d2dee63333c7b2737038e73890 1.00 MB 1,895 134
477,352 477,352 0000000000000000012bf103b67fb72e08006c8294a47f47b727671e6a3501c1 1.00 MB 1,489 108
477,351 477,351 000000000000000000378542d8def02a3076de9805c2a9a19d43ae3ba01645fd 1.00 MB 2,152 99
477,350 477,350 00000000000000000141fac425b0a652bd0a25ebcf9e894dda111c9a8aa82762 0.80 MB 1,931 144
477,349 477,349 0000000000000000000c2f52b6dd3908d566fa09256b8c6919264c2a78cccb38 1.00 MB 1,756 147
477,348 477,348 0000000000000000010e1cbf1b81707f9c6c3d3e4f5ea9c8dd41038df58d6b85 0.12 MB 269 135
477,347 477,347 000000000000000000258383c55ff076eac1cecd7de3597ef53f216836262a4a 1.00 MB 2,249 49
477,346 477,346 00000000000000000109a275729631c4fccdaf8129bfd0a6d7992cba5ab5e101 1.00 MB 2,069 221
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.