Memory Pool Memory Pool Refreshing

4,454 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,753 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (231,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
676,275 676,275 0000000000000000000799723975b753b216dbb2be4409108a53b31e8d82e895 1.45 MB 2,330 84
676,274 676,274 00000000000000000000706c7f21388b285414c4829ee3981398e0cac82e43e3 1.28 MB 1,431 18
676,273 676,273 0000000000000000000b6d4bc8cc0eb8a0996e5bb56f6f106a1cb91dccc3db94 1.24 MB 1,525 22
676,272 676,272 0000000000000000000acc7418cb0093b149684e9823a135460eb0fe82a77fe7 1.38 MB 2,573 69
676,271 676,271 0000000000000000000459c302c3b38deefba50ba0feb8e323e798ca1b64fd50 1.31 MB 2,353 32
676,270 676,270 0000000000000000000c90ed25ffd9778c2427d5701513922f2f395d4ad3794a 1.30 MB 1,802 45
676,269 676,269 00000000000000000004bd664f2c80ddd221a56fae7a4234891fbb626bbabc0d 1.45 MB 1,501 19
676,268 676,268 00000000000000000003759c628c53f13fdd4fe53d5fd97c9886ff5fcdeaf00e 1.37 MB 1,815 21
676,267 676,267 0000000000000000000aab75aedfaf63455dc5d2e7fc05a01ca0b3e55d3d79b3 1.21 MB 2,498 27
676,266 676,266 0000000000000000000b4043c7110c6789dba942a9b2e581048fe089d77195e6 1.17 MB 2,531 48
676,265 676,265 00000000000000000002e11bd9d522422cbed5e317de8e0752c3b3a4a68b4fa0 1.09 MB 1,654 51
676,264 676,264 0000000000000000000671a037b805344c9b6bf3ecd1e3e0466ae90824ee3cdc 1.12 MB 791 68
676,263 676,263 00000000000000000004bdba323dd54d3a1153394ae9e6be9664296aa58fe4e8 1.27 MB 2,848 47
676,262 676,262 00000000000000000001bcb7a6e825a2bbc27495915c3b3457f1c4d42aa75a32 1.32 MB 2,669 81
676,261 676,261 00000000000000000007d35338fdc2e2ce900f9ccf8ec6a365b04bb8e536ff07 1.33 MB 2,806 39
676,260 676,260 0000000000000000000c68b3dc30c7de571c3e63213878c1774d9a41627e551a 1.22 MB 1,939 51
676,259 676,259 00000000000000000007ce3e817def2a89eca6d8b25c3c0518dee533fdea57a0 1.24 MB 2,319 59
676,258 676,258 000000000000000000052bb81bf27050307bc9657c8ba664a0df54bbfbcb9b19 1.38 MB 2,601 74
676,257 676,257 000000000000000000046e94a275b0e4c01e0a02b154b5dcc348eaf2e2123ea5 1.20 MB 2,392 59
676,256 676,256 00000000000000000008d9bc77a5b6d07ac00bab293c9a934cd8b80a99f4a418 1.43 MB 2,652 88
676,255 676,255 0000000000000000000412d191c57ac7b668c48cf68406ea211c70568b7734dd 1.33 MB 2,555 55
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.