Memory Pool Memory Pool Refreshing

9,398 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,768 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (814,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,793 93,793 000000000004227e1b666d8ddf5c893daf2de662d28b75aa56fe0461ca38ac99 0.00 MB 3 0
93,792 93,792 000000000004dc0b0ec46ef1123a1b1b8725c58af493bedc669624145ebdb5e0 0.00 MB 4 0
93,791 93,791 000000000001548a88112af14dc4c219d314027c8f98a75ec328bb7eb2ce17dd 0.00 MB 8 0
93,790 93,790 0000000000076047eacbcb0adb15d3163bd2d70ea7bf10eb9e07998c7143c7a3 0.00 MB 7 0
93,789 93,789 0000000000097224047cb612fcef1cbfe4b6b8d099e8f07ff151c20c4f75c130 0.00 MB 8 0
93,788 93,788 000000000001725a4cb1c9dcd9791700a75e7dc378ee55a2ea50d687590dcf8e 0.00 MB 1 0
93,787 93,787 000000000006ebbd6580e3f883f5e4f688c2f7122efbf2d11c520a4a26964087 0.00 MB 9 0
93,786 93,786 000000000006c9b630cd7f46222347110e529951e6b0ecae5505dbefda644289 0.00 MB 5 0
93,785 93,785 0000000000027ae384cb3577c49e6c4164063c1c3f6554c5020fec33c6c66b71 0.00 MB 20 0
93,784 93,784 000000000001103f13f658761b3e6eb6cf99e6caceedb1577a3d9dfb6835f41c 0.00 MB 6 0
93,783 93,783 000000000001cdfbfb0d2c564c0e73f164df0d03665310660a0f35bb89fa36ef 0.00 MB 18 0
93,782 93,782 00000000000639c17263603e726ff2973e2b213fa50e82c4add62e52cc592af7 0.00 MB 10 0
93,781 93,781 000000000004d38d6e0a024f7375034726f9ba7e346c91bf595d7714069a421f 0.00 MB 12 0
93,780 93,780 0000000000081b6366971004b3b017756fa7daaaf38083f34138c116926c13bd 0.00 MB 1 0
93,779 93,779 000000000002c278647e75f50441d208044290a13737d90b7aed05cc9d371ba8 0.00 MB 19 0
93,778 93,778 000000000006cb889c6d3474b64b0a4a8d43a2aed50c2ba38a619d6436bbc09e 0.00 MB 7 0
93,777 93,777 0000000000030c1d6a7d3c68ec75d2c1dbeb8fc14c5acb33ec7bc9830f0f6eec 0.00 MB 1 0
93,776 93,776 0000000000030136e04f2e2c95a6fc201352638e0759bca5fd5afcfc8d12ae49 0.02 MB 19 0
93,775 93,775 0000000000070bad89341a57e5887093498ac690d919e6a2635e2724dc39982a 0.00 MB 4 0
93,774 93,774 0000000000076d0142a0da9606e29fff60c3c1569be9164b5d50c309b1021fe3 0.03 MB 125 0
93,773 93,773 0000000000084a497a3440c7dd0f46f301f5160e9e37bb8eb7b1fe0861b05fa9 0.00 MB 14 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.60 GB sent, 96.47 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.