Loading Tool

Explorer IconExplorer

Memory Pool

42,066 transactions
26.85 vMB
0.06590161 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 310b1836bad2303e2a45ec72e20a0a2c78c10792bc24e54914e005e88f4249e5
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 56bb0f8ec9e2032db498421678145ac2bfef033e8f461a3fcf1a0a916099ef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.01605637 BTC
Feerates: 151.03 > 1.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (859,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,795 55,795 0000000011e18b3b297887428f64bf6b1bb5b1fe1af0c2f7ce0778569f2879a0 1 0.00/1.00 vMB 0
55,794 55,794 0000000008d10af73de500af1bae9d74f34cb8242ab4ce2f0fc3dec5f542ceaf 1 0.00/1.00 vMB 0
55,793 55,793 000000000d08be18ed1696eb86862beaccc5dbb3cb3149bcde2f2a708b724399 1 0.00/1.00 vMB 0
55,792 55,792 00000000096606b5b9f580900f1a53eb657bc13696634ba19471be37ae65777d 2 0.00/1.00 vMB 0
55,791 55,791 000000000a0b49434df46994048b950327525ed42cf8cd61fe15508285f43d26 1 0.00/1.00 vMB 0
55,790 55,790 0000000011981a6a9db150cfc2bbb59564ea83175e674ae69eea53a1ff2a8fcd 1 0.00/1.00 vMB 0
55,789 55,789 00000000080403e8cfdf50df5f1009fc16422308365b1b502644edb0d3e521f5 1 0.00/1.00 vMB 0
55,788 55,788 00000000139443a35a2b534a81ab7595be637bcb6a9c052374f300f5888a06a1 1 0.00/1.00 vMB 0
55,787 55,787 000000000d574cea429fc98c0026137ab10851eb61f852debc8e73d3ed034e52 1 0.00/1.00 vMB 0
55,786 55,786 00000000021c94e3c8c9ee97607b8c1b476cbadfe78445352e2d57d5c34e9058 1 0.00/1.00 vMB 0
55,785 55,785 0000000005cb4f97c2ae9961ef7e86d9f779bc769e81e7508f05b0c06a3b16d4 5 0.00/1.00 vMB 0
55,784 55,784 00000000091d358d8028cb2af28cb7147945e3bca4772dd21e1bdfefa7310aca 3 0.00/1.00 vMB 0
55,783 55,783 00000000120895664676b7eb6208c161c8ef1f7bd393cbf9fc086ea825b06f21 2 0.00/1.00 vMB 0
55,782 55,782 0000000011265b6b54eff8aabcb52ecb8042791aed71bd95b1b011247ec196ec 1 0.00/1.00 vMB 0
55,781 55,781 000000000376014c86ac29d5653a8b541bc4c3720ecd74f00dbd1a1a6823593d 1 0.00/1.00 vMB 0
55,780 55,780 00000000105b58f32bef46fd1149b517dd191389d94d6c75556f08000783124d 2 0.00/1.00 vMB 0
55,779 55,779 0000000007e49725b2421de363ac110f5485205baafa4d1c2c8feef128fdf9a4 1 0.00/1.00 vMB 0
55,778 55,778 00000000062dd78802a52b0a81704ecd84c91b100489161f8bbf1d8a9140287a 1 0.00/1.00 vMB 0
55,777 55,777 0000000013a52d2489788db268a0d8c70d0b54385819936dd5a779c4223b077f 2 0.00/1.00 vMB 0
55,776 55,776 0000000010643b81bb910facbd42d94f3db75058115fa0d0b61b9a0d5adf50cd 1 0.00/1.00 vMB 0
55,775 55,775 00000000035e959d68ea64db1bede3ebb8ccb70d0490adf1939a7aa79e591b09 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.