Memory Pool Memory Pool Refreshing

3,477 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (44,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,332 863,332 00000000000000000002c08ba753dd4fd76cca6c60ea5cf10d4317724348a4b4 1.51 MB 3,488 7
863,331 863,331 000000000000000000027c2a14de7d404baa20fa16bfd89ef038f005a44cf189 1.59 MB 6,160 2
863,330 863,330 00000000000000000000457ca74dbbfca7ee3400b156933e2acc54d5e4df3e5f 1.58 MB 3,736 5
863,329 863,329 0000000000000000000059e4f6278049f935ea32aa64ef9468abf230a82db3f0 1.61 MB 6,807 3
863,328 863,328 000000000000000000022bf53580aeb3c60ffa73f4467d418905608a78901734 1.56 MB 5,780 3
863,327 863,327 000000000000000000010c07fb690b3d633bbdd0e703a56b45f41c75718cb5ee 1.81 MB 3,992 2
863,326 863,326 00000000000000000000cd7d7f090ae3aa56a124b806672bf823ab4f0cd3251c 1.66 MB 5,708 2
863,325 863,325 000000000000000000000eee2ecdf848d2de87f0d61ac8134b52460912e729fb 1.94 MB 2,544 2
863,324 863,324 00000000000000000002fe1f20dedd2a53dd3c0ed846db3363e67161f624c4d9 2.15 MB 403 1
863,323 863,323 0000000000000000000291aa89dadf237ddf7b31a43bd072d4f217226ec503a2 1.78 MB 5,433 1
863,322 863,322 00000000000000000001b3f63a0d3e7ab151c45901d4b7b23c267db1e5851ecf 1.62 MB 7,005 2
863,321 863,321 00000000000000000001a59ce6c471e2f3ca8c94259cb7404ad6a4e47917f9ce 1.71 MB 5,209 3
863,320 863,320 00000000000000000000c7660e03b34ae45c741963ddac6912e09ea56396591e 1.79 MB 2,908 4
863,319 863,319 000000000000000000032aea06ce8a8dd70127e86382b5ea68c7d810e8dbfc9b 1.67 MB 6,484 2
863,318 863,318 00000000000000000001c5d246e973aeb4c9091ba8718c2e459cc3ecf3a4f3be 1.70 MB 4,937 3
863,317 863,317 0000000000000000000292ff699f8e8a093714a92e12c3fb999dd90adcc33c0e 1.81 MB 4,217 3
863,316 863,316 00000000000000000000c6214adf3729a59195e848c0452a53b9e3f27ef0d8ab 1.70 MB 6,459 2
863,315 863,315 000000000000000000012040d529adbc43134766160d6bf274f3145e7ef8e095 1.69 MB 7,354 2
863,314 863,314 00000000000000000001e2b21d5c9ee46a0ce816724a64472da038c0b0c25e3c 1.69 MB 7,408 1
863,313 863,313 00000000000000000001ab22aa009586a9dd4a8b47e12c3cd1539db4d48982bf 1.66 MB 6,860 2
863,312 863,312 000000000000000000007dda11b64dcd285eb182e58003440730ab14693ea817 1.88 MB 2,323 7
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.74 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.