Memory Pool Memory Pool Refreshing

1,355 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (18,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,351 889,351 00000000000000000001078eaac0be2dc7184512256ce66f5720a669bd7f4db2 1.78 MB 4,736 7
889,350 889,350 000000000000000000021ffcac177324f6639ca56d1b44808d58fa8aeb896d2b 1.74 MB 4,691 8
889,349 889,349 00000000000000000001961d7e691ce3f8abc18acf960a3c3022bc5196e8ec67 1.73 MB 4,868 8
889,348 889,348 00000000000000000000b19c4467c657b8ea5a15440b59380bef85e8d23ba286 1.76 MB 3,936 4
889,347 889,347 000000000000000000009c40d3c9a19718487723c0f811907aeb6936513584e5 1.69 MB 3,716 4
889,346 889,346 0000000000000000000254541a750ccc1d72d6dda602bf41f0c189f3cb6bd6a3 1.79 MB 4,534 1
889,345 889,345 0000000000000000000220911de383004fa1f010a09d4245c3c46e05c3f067e0 1.66 MB 3,373 2
889,344 889,344 00000000000000000001e184de251d9054c159857651c4890e2517bef67cd6f0 1.38 MB 2,225 3
889,343 889,343 000000000000000000005949066c55e5644a283eb14869c18f8644e54cb41823 1.63 MB 3,522 4
889,342 889,342 00000000000000000002605aba97881e567d53965fcb7fd90a1fc7b5596540d4 1.52 MB 2,947 2
889,341 889,341 0000000000000000000235686d1c500926c62032339bb345725901dc1e65323e 1.39 MB 1,419 11
889,340 889,340 000000000000000000019cc865339e21ca2c52400d56b9c4e25f1c670a30ccd3 1.71 MB 4,183 3
889,339 889,339 000000000000000000004203dc008c53d775a1a93cf1a7e8d2979e522385b303 1.66 MB 3,269 4
889,338 889,338 000000000000000000022f4b20a818d89f59a8bf51bbd1ac6858cfac349d78a7 1.71 MB 3,708 23
889,337 889,337 00000000000000000001ce80a054b47e3dcaa58ff6d11a9f8ee2565bfbe0f3fd 1.22 MB 1,089 2
889,336 889,336 00000000000000000001374e28ab14a6c0c1b56c11215f357c0d13b756b9cf40 1.21 MB 882 2
889,335 889,335 0000000000000000000025afe7855aed8837cf838d57b6c5c0bd4d3ad8e67f21 1.66 MB 3,302 4
889,334 889,334 00000000000000000000e9ea5aba9affb6c3c4a6cffbe4e4ec3c241b1639c9e8 1.79 MB 2,917 2
889,333 889,333 000000000000000000021ba28b6f26d7a8fd40f10fed690a8c211d1289f536dc 1.76 MB 2,934 5
889,332 889,332 00000000000000000002643eb79dbf864482228f3139c949d73b0bbc2de56a8d 1.25 MB 1,570 3
889,331 889,331 00000000000000000001305f11a21058ebc055a2e40f8a82afb88b0e5f4a7456 1.43 MB 2,841 6
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.