Memory Pool Memory Pool Refreshing

7,370 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 1.00 vMB 2,770 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (443,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,331 464,331 000000000000000001c5d9aa2791e0b40304ce861d2da983e3a843181e23ec57 1.00 MB 2,157 162
464,330 464,330 0000000000000000011afe24596697261ec978f95f8c7f4b1860cfd65717e71c 1.00 MB 1,814 131
464,329 464,329 000000000000000001e76088d64d0d8eb482b964353b0b2bfbb346514dbaf7d9 0.93 MB 1,894 163
464,328 464,328 0000000000000000004bf6b3e0ad30c80a460c342a929cbca6ce2a86c7f4a2e8 1.00 MB 2,245 147
464,327 464,327 0000000000000000017dc6931834d9ebdbbbd144932543daa31b0b9ee76a036e 1.00 MB 1,758 141
464,326 464,326 000000000000000001ce359303b5aef4ed10393379428847e41121b28657c883 1.00 MB 1,148 159
464,325 464,325 0000000000000000007e58c403d8bf91720350e0ebe32611852efc6f25dc1055 1.00 MB 2,925 274
464,324 464,324 0000000000000000009937a4aad9c78976ff09e9d230d652aaf23e00b7946d64 1.00 MB 469 27
464,323 464,323 00000000000000000134fc5eaf6cbfae5d1622eed5e1c2f8937f6521270338b0 1.00 MB 2,144 138
464,322 464,322 0000000000000000009669e4ced54c18a6f4260db797d388f4689f7deb228ec6 1.00 MB 1,433 144
464,321 464,321 000000000000000001bd33d5bc3b4d25d41854a435d3a0f43b155ee793e25c12 1.00 MB 1,854 101
464,320 464,320 000000000000000001dcc2194c7a334fac60c0c3fd660422be07aee7242fef4e 1.00 MB 2,195 151
464,319 464,319 00000000000000000203c41063378c2daeceadbd15dcd7c54337bba429da2085 0.99 MB 513 34
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
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.37 GB sent, 93.03 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.