Memory Pool Memory Pool Refreshing

3,687 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,088 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,087 (860,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,519 47,519 0000000004e431c8373c9feaebc78983fcc60ca93d6ce96fa28ee9c381a4588d 0.00 MB 1 0
47,518 47,518 0000000024b4f8a4eeec0d3d2ca91f23c361f65657ae5b713820ff61ad282f44 0.00 MB 1 0
47,517 47,517 0000000007e4abe09687511dd5f486a92c312608ea0e5e5f1b47e1eba9107dfc 0.00 MB 1 0
47,516 47,516 000000002a2d1a9c055a475168498984b992105e85c05f2021400826aaa42144 0.00 MB 1 0
47,515 47,515 000000002fcdd097c05b1d6529a4b557e45961bf51af1431dcd39e6b04e2bd4d 0.00 MB 1 0
47,514 47,514 0000000016486954ef80d38051ef93a3615ea14d3552f374513b31b300d1fe29 0.00 MB 1 0
47,513 47,513 000000000b8327525918720c1b8d478e4c17779f7af35fc1df826ea8bdb346f2 0.00 MB 1 0
47,512 47,512 000000002639dd146eea9afabe4f83edcec515fb62a0fcc9e7b7b7a651c29ad1 0.00 MB 1 0
47,511 47,511 0000000014d09931cca89fe7b7d97a9d16111f7f3b3ec8688a9fc18ed8eec3af 0.00 MB 1 0
47,510 47,510 0000000032c21e6e9f2644c8b6526ac73488609eaca5e5ebc50e466059aaa097 0.00 MB 1 0
47,509 47,509 00000000161ba2e73fb439679a26cb584a6d2dfad7bd867c679e4cbfff3bf1ea 0.00 MB 1 0
47,508 47,508 0000000009d7a97b3c9e5cc358ed8d41ecc9e616dac78472bac4ceaf9274e43c 0.00 MB 1 0
47,507 47,507 00000000113bb40971d3bd3e4eb2705a439b06a0974808e2b4e79ff750170781 0.00 MB 1 0
47,506 47,506 000000002e155de80fb4b8b4b999bae1f56b5a18562ef36793978263151cf350 0.00 MB 1 0
47,505 47,505 00000000164963426483d146e230dd13a1801d9f250e1df6c6b540795aed22a2 0.00 MB 1 0
47,504 47,504 0000000007eb53b4f7af27514b79dba52a2f5cbed2ae2b6071dc30374a2a3275 0.00 MB 1 0
47,503 47,503 00000000049c52f97a7776f71489024c3066e947c6dcd9f21ccaba4402fcf297 0.00 MB 1 0
47,502 47,502 0000000027b9beb9a34592b92cca148ebb4fd2fed93eeee64663f12a77224a8a 0.00 MB 1 0
47,501 47,501 000000002cca6b261afd87fdbc50b4989350979f31c7c4c56999882e49f752c4 0.00 MB 1 0
47,500 47,500 000000001be0576677de04f4e9e4b84cb0b0c47a804f24160229a4c5ec0a33e2 0.00 MB 1 0
47,499 47,499 00000000300c8cbd280c03a3cba9102b987fc92b2952169a0988b29d0c1ee2ff 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.48 GB sent, 96.43 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.