Loading Tool

Explorer IconExplorer

Memory Pool

83,228 transactions
31.48 vMB
0.13382581 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 4b023bcf1bc1ca7995bc6041eb09245f1c4ef2afefc23da56b3a772efde5e88a
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 977df42cf9b89d200b44d225f1432e8262fa9f6dc50866f85d97b9571345bd71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,130
Size: 1.00 vMB
Total Fees: 0.04728369 BTC
Feerates: 318.30 > 4.74 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (37,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,185 878,185 000000000000000000015f0ef898118d6927a2c2cd18f63f58fde5cca529eaec 2,003 1.00/1.00 vMB 3
878,184 878,184 00000000000000000001151fa22115310e2cae7a855815c5de683325158d1416 2,424 1.00/1.00 vMB 5
878,183 878,183 000000000000000000001f0290610d2125ff6351a6c6558d5dba90cca6a4e456 2,672 1.00/1.00 vMB 7
878,182 878,182 000000000000000000009abb0666889a6ae479f1cb8b94853e83a1ada9dc8e7c 882 1.00/1.00 vMB 2
878,181 878,181 0000000000000000000205a396bd99d12c986166623ad82953186fa54f1cfd64 2,889 1.00/1.00 vMB 4
878,180 878,180 000000000000000000027eac930b6866f2c5e99b768649653c8134f7b1e5841e 2,148 1.00/1.00 vMB 4
878,179 878,179 000000000000000000005dde8aba20154336b4511c09505939a41c49c9a06e9e 2,912 1.00/1.00 vMB 4
878,178 878,178 00000000000000000001b308b648461f0b4437b25cef42cb1fe511288622a80d 2,886 1.00/1.00 vMB 5
878,177 878,177 000000000000000000007229eba9df65cd0feae77cd00f23a913a14fc5aa6887 1,521 1.00/1.00 vMB 2
878,176 878,176 00000000000000000001ab2e4c542e8b04ce0e1afc0b68ec7feb6eee3169fb40 697 1.00/1.00 vMB 2
878,175 878,175 00000000000000000000d9f70752eef64cfea44a29ceb684979221046d89980d 2,854 1.00/1.00 vMB 2
878,174 878,174 0000000000000000000013426648069d0679c6435e19c4c688e0f63a89bd8ed8 2,427 1.00/1.00 vMB 4
878,173 878,173 0000000000000000000025f5056e06117b8ed3e91b5aa1f71d7a8de1ddb2f7e2 2,456 1.00/1.00 vMB 5
878,172 878,172 000000000000000000009f55ca7121fe3ad25bd3074298937687606f174e0c56 2,739 1.00/1.00 vMB 4
878,171 878,171 00000000000000000001feccd7730ff7220474613458af41322ac7ee482d4a3e 2,619 1.00/1.00 vMB 6
878,170 878,170 000000000000000000022a4f7e500a2e5e169a38b7babb58628a8300cf622bfa 1,546 1.00/1.00 vMB 3
878,169 878,169 000000000000000000023cc50d9356c673adb03e61a07e9ede002010839e96bc 3,035 1.00/1.00 vMB 3
878,168 878,168 0000000000000000000243f2d2030ccc03f1e863bd5375dc7026d994b5d3c1d6 2,418 1.00/1.00 vMB 6
878,167 878,167 0000000000000000000226be1b8fcb273064b8a3e63b84939ded1b97f7c09ba1 3,349 1.00/1.00 vMB 4
878,166 878,166 0000000000000000000009b774455410349c8c574f50bec66d36254b4b7531f0 1,750 1.00/1.00 vMB 5
878,165 878,165 000000000000000000015d30893deea7f14d6a83a6a17441dc7dbd8f14d8bf36 2,852 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 722.69 GB
    • Received: 18.40 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.