Loading Tool

Explorer IconExplorer

Memory Pool

46,798 transactions
27.78 vMB
0.07195652 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt 4c70ee234ecf417c6bda7a9e6326613fe0805853ea82d335f8d642217f2883f4
Version 20000000
Previous Block 00000000000000000001b111321ae827478201ad15bbddad0e9be5e1d7430374
Merkle Root 20b368c0304a34e317a8e37fad5e3c5258dde3f9815033dde5c1580376aabd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.01900102 BTC
Feerates: 100.65 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,907 (345,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,121 569,121 0000000000000000000c4ce1a28f3c5f2953e1ddf40269541e7e666b5876f2ce 3,359 1.00/1.00 vMB 5
569,120 569,120 0000000000000000000bcf0c6e5a2cf833e8f058106031fb5e8c3de395ed28ec 2,912 1.00/1.00 vMB 28
569,119 569,119 00000000000000000000414e2e5094945ccd29f3ae97466dc727b06581bf6775 2,608 1.00/1.00 vMB 18
569,118 569,118 00000000000000000014a548e3bf1fba3df7313db8eb4a15e98850fc2fd42588 2,954 1.00/1.00 vMB 28
569,117 569,117 00000000000000000024939940f656e014414881ddc89ecab3acac719850ebf9 2,584 1.00/1.00 vMB 34
569,116 569,116 0000000000000000000061996ea3e143c3861971718cba16ef0458a4430ae8d5 2,638 1.00/1.00 vMB 44
569,115 569,115 00000000000000000007d08c7619732a45e6c0f8617c89b3c1421d3a9bc07e2c 2,666 1.00/1.00 vMB 37
569,114 569,114 000000000000000000175263a189cffb39840447a78579a32cadba50f45c7f34 3,058 1.00/1.00 vMB 28
569,113 569,113 00000000000000000002844441fc23e7f038d188ab7bb0afd2916ab7ee09c565 2,344 1.00/1.00 vMB 13
569,112 569,112 00000000000000000024eed474b50e96344bb7e86729b8850b4ad2aa4fa8c489 1,923 1.00/1.00 vMB 9
569,111 569,111 0000000000000000000dcc44349181581c211d4997cfe8ab20b88b764d69a981 2,999 1.00/1.00 vMB 6
569,110 569,110 000000000000000000250a3dbcea70293dda7c0a52a999ccb00ee546a141f435 3,076 1.00/1.00 vMB 40
569,109 569,109 000000000000000000130b88a0cd40cfb40c3a0cad6dfed5e784dcc2c889fd3d 2,969 1.00/1.00 vMB 31
569,108 569,108 000000000000000000135eb0ae91ae6dac2f4c37b3ad82759df241ad222acefd 2,702 1.00/1.00 vMB 12
569,107 569,107 00000000000000000010b04fc522422807096f7b36405fd1d35b8dfd97ad1811 3,294 1.00/1.00 vMB 30
569,106 569,106 0000000000000000001f0d228c481b5b9ae2d9694cd98319aa44b4608d8b6332 2,212 1.00/1.00 vMB 24
569,105 569,105 000000000000000000068da948612331c5a6b492efc394d6083284ff7e248f74 3,125 1.00/1.00 vMB 16
569,104 569,104 0000000000000000001cb834728d09162c043cc287ca394e304fa6532a71144a 3,409 1.00/1.00 vMB 49
569,103 569,103 0000000000000000002923b44c0ccd0a2aca60419a7ac4c7996c8123caa023dc 2,939 1.00/1.00 vMB 16
569,102 569,102 00000000000000000025506dc80f9c22ddc7e37f5e0cc94ca988ecd8c90a51ec 3,072 1.00/1.00 vMB 16
569,101 569,101 00000000000000000006c2068a9fd76e6cb6140c9c46944798c8fc25d0b52aa3 3,114 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.23 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: 654.79 GB
    • Received: 14.20 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.