Memory Pool Memory Pool Refreshing

3,005 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,965 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (443,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,318 464,318 000000000000000000ca968c83b97b7ad4eeb09a2ea6456ef2b19186a19292e9 1.00 MB 1,288 81
464,317 464,317 000000000000000001f3028d356fb5976ffe0dc68b1790126db7f6de33939666 1.00 MB 1,885 116
464,316 464,316 000000000000000000afb346eeff2de5a7fb634503a4bcba0002132df4495904 1.00 MB 1,941 92
464,315 464,315 0000000000000000019b6f3038196350d79f8611f7613c1153af78cabf0e34c4 1.00 MB 2,239 158
464,314 464,314 000000000000000000e6122e7927af3d7f6d9c7ef8c12915cd35c7f43f4c54e1 1.00 MB 2,699 185
464,313 464,313 000000000000000000dc676018a865d57cf5600b5705535f0b3271cf6b6719f0 1.00 MB 1,574 97
464,312 464,312 000000000000000000f87e812bfe3ec23a7813ca5078aa41eb9224d8f8986dbb 1.00 MB 1,906 140
464,311 464,311 000000000000000001b96471b919f7f13656152099b9484ddadc446b5c067620 1.00 MB 2,150 168
464,310 464,310 00000000000000000099143e0b7e098efb436993c833c71063056943f1876c4a 1.00 MB 2,324 126
464,309 464,309 0000000000000000005e4f969438bff2086b9d7f66002485a1ee600a40a4abcb 1.00 MB 1,870 157
464,308 464,308 0000000000000000015852f198355bc40309d8666f8784b67cd7ac16cb1bdcc5 1.00 MB 1,906 152
464,307 464,307 00000000000000000157fad515e21c4e70200d1dda30b58cd87745e42ec57b72 1.00 MB 2,091 217
464,306 464,306 0000000000000000017d000fdde8f3e49d8860ac49e9dc627c6e3076b1c96747 1.00 MB 1,913 105
464,305 464,305 00000000000000000115eaaf1e581867f47ad33bced73171548583956c1d10b1 1.00 MB 1,661 140
464,304 464,304 0000000000000000012eb4e2d5d3bb1d58fab16a69ac1c2aa6626a46afb09d2c 1.00 MB 2,203 173
464,303 464,303 0000000000000000011f3646f27b991642824993721e607b5afab962809635ed 1.00 MB 2,270 178
464,302 464,302 0000000000000000005cd2d1638867a852c1151eadcf11ae78b29d0e9f45c390 1.00 MB 1,725 105
464,301 464,301 000000000000000000bb0082855d147115bee529cae6bb2b918f919ed4dea7f5 1.00 MB 2,652 188
464,300 464,300 0000000000000000009ed79eff6c3db145b46aba0996b542cb21d6554d8e8b32 1.00 MB 1,710 137
464,299 464,299 00000000000000000161a05087bf23f87a37866f6c9c1f7f1b774fe1d6ae03dc 1.00 MB 710 32
464,298 464,298 000000000000000001f452daa9d9be2fa0fa0e6fdb37bd86fbdfd2d469327577 0.67 MB 1,319 149
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.