Memory Pool Memory Pool Refreshing

6,983 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (720,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,472 187,472 00000000000001ed1ec6978517414e1a4f4f4de8e0a8590bae25dd344a486746 0.00 MB 14 326
187,471 187,471 00000000000006dfd7acbd7382c9373ddd1c64acc13341f6ba072d6dbb460934 0.01 MB 23 124
187,470 187,470 00000000000002436c0c5404e7bedd8d6c133634343a9fbaa5aae75ab6669a90 0.01 MB 17 8
187,469 187,469 00000000000003f14ba5c42920c9da878f94ea8827a053c4e8c208ba250065fc 0.14 MB 340 129
187,468 187,468 00000000000000e6f5fc6dec53864c7c5d298dc10a1c389a772feccf83c7dfbe 0.05 MB 161 66
187,467 187,467 00000000000009b24d4ed085f1bba843e25349b94124fd6078e3e22fceaa0a8e 0.00 MB 9 15
187,466 187,466 0000000000000882099c51ca4b082580939c6a5dc4fe69a59324aa3d8fdcb25d 0.04 MB 112 136
187,465 187,465 00000000000005ce8f7d5e68ee2f84caa2d96ef79a67895a5ca2e77afb7f677d 0.01 MB 17 89
187,464 187,464 000000000000028471e4bb4dfe071a4f04351e9bc66e9938afd0023eca71adaa 0.01 MB 22 112
187,463 187,463 00000000000009b553279cf545ad48659a440e4ebd70f8c69083dc661a093c7d 0.01 MB 32 80
187,462 187,462 00000000000004e9da8a543878422f8f8ea89ae645345be28365b0b312498da6 0.20 MB 526 134
187,461 187,461 0000000000000917ad42e14c479f72ceaccb26d17f182ac33959488d0a216507 0.01 MB 32 142
187,460 187,460 0000000000000441c576d019981b5bcb030e67bbdbaef822c1869d271f772f52 0.02 MB 83 2
187,459 187,459 000000000000052aabbd590b7f84f6374a0e676ddcc3605d44ea46d5f98b7441 0.01 MB 24 101
187,458 187,458 00000000000001a1e50104922d1f5000c15d313985af1e7c0bafd678d4c790ec 0.02 MB 64 99
187,457 187,457 00000000000004c7525a2e7bd5b3c66c31a9fc6ef9e73f4650cb7c9fa6244c52 0.12 MB 274 111
187,456 187,456 00000000000000891015cedb83be93293e4399be4020a9577d4f4e17dd3873a5 0.22 MB 409 115
187,455 187,455 00000000000006cf352e40c6ab2be7332fd8689516f233f2685efaab14964100 0.04 MB 105 112
187,454 187,454 00000000000005919b57c9bb53b13a60b59c6d00c9cee324c14b8b57e2512e43 0.00 MB 10 14
187,453 187,453 00000000000004213c6a3d045f63b70e8f0568a220d051162b740c0c9cfcbe42 0.03 MB 74 93
187,452 187,452 0000000000000307737f601e83796c103e25635619e87c669a87aac3aa3a82d5 0.02 MB 32 3
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.