Loading Tool

Explorer IconExplorer

Memory Pool

74,612 transactions
29.66 vMB
0.09578998 BTC
Random Selection Loading Transactions
Max Size: 172.21/200 MB

Candidate Block

Mining Attempt 629c55b39b5bd118116904fbb4adb8280069fbd719c5d6094f0b03d4210ed027
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root e4cae49cc9d4e5aa752516c499d1c6015c319bfe168d7182f8775775ad4072d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,820
Size: 1.00 vMB
Total Fees: 0.02657933 BTC
Feerates: 150.36 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (287,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,181 627,181 00000000000000000007378952adfabea8501dadf155f7de16446f6a5f7ddf8e 2,181 1.00/1.00 vMB 22
627,180 627,180 0000000000000000000fe4cd83a34a05b4e4d4a7290282621207a67320afc5d3 2,920 1.00/1.00 vMB 33
627,179 627,179 00000000000000000004e4e84d2e9182fc5c5c5d3721a0998769412a4924f424 2,547 1.00/1.00 vMB 30
627,178 627,178 0000000000000000000fb24070907ccf4bdaceced9f53fc47eb7774610226fbd 2,905 1.00/1.00 vMB 28
627,177 627,177 0000000000000000000a35134cb749200efc1d2a55c258067e973393caa5c339 2,830 1.00/1.00 vMB 28
627,176 627,176 0000000000000000000d22bdef2b4a34b3d2a0c7843fd60c118bb46cc405375e 2,942 1.00/1.00 vMB 37
627,175 627,175 0000000000000000000bf2be2125f5c77762808b0a15b558974de25cd1ceb202 2,936 1.00/1.00 vMB 31
627,174 627,174 00000000000000000002c3451f47c28f7e6e9a853c68e41b089617b98e9204c0 2,712 1.00/1.00 vMB 19
627,173 627,173 0000000000000000000004cc41a72cb708256b4547f6c54613c3b2a55e485761 2,841 1.00/1.00 vMB 38
627,172 627,172 000000000000000000076c87dccb691973cb0b033db19e3c4bde9897ea6d7730 2,855 1.00/1.00 vMB 29
627,171 627,171 0000000000000000000be34c49ff9e9a0f82bbb1d1d95646fc739c32d1ad5dc0 3,034 1.00/1.00 vMB 27
627,170 627,170 0000000000000000000bfd96015e7882fdc10b418738f9241d452cf16805939b 2,657 1.00/1.00 vMB 34
627,169 627,169 0000000000000000000bfe8742144c95c1c49602ca52c66ce2a78349d4cae04a 2,737 1.00/1.00 vMB 31
627,168 627,168 0000000000000000000eb342d0d7a31c071fb7ba9f4290641c599c56c6ca64af 2,695 1.00/1.00 vMB 33
627,167 627,167 000000000000000000010971ba62703c946df8db3c5985f0879941bbe3e3d674 2,554 1.00/1.00 vMB 44
627,166 627,166 0000000000000000000d890da79e8b1735cba11fb1f2eb94385de6eab3b8eb86 1,769 1.00/1.00 vMB 89
627,165 627,165 0000000000000000000ac4abe70f97f186dfe1cbcad4d859687e95d7a09ceccc 2,541 1.00/1.00 vMB 10
627,164 627,164 000000000000000000096ea3a56cb897f728ca06a5e7b7a4b032de4afac890fb 2,676 1.00/1.00 vMB 26
627,163 627,163 00000000000000000002ce58d00bc4dd53f1997164188414e960e26f9cdbe314 2,677 1.00/1.00 vMB 23
627,162 627,162 00000000000000000006c84f23b08d9747594716953e49c1ada6e0dbc311bea2 2,325 0.90/1.00 vMB 14
627,161 627,161 0000000000000000000c17e9dd8ec939c57cbeb8be113470f9c19cc46e326dc8 1,389 0.54/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.