Loading Tool

Explorer IconExplorer

Memory Pool

57,946 transactions
34.05 vMB
0.09947561 BTC
Random Selection Loading Transactions
Max Size: 179.50/200 MB

Candidate Block

Mining Attempt 13e476daadabbcba906283147037ef0cc6874c7136686041c8a6f8ab5b4f586a
Version 20000000
Previous Block 00000000000000000001a8299bb3684c7960513989faa15a3edfe22a66765c58
Merkle Root 29acf62fbd01f47c0530594f2484835001f8586de081c6377ec734824c538d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,504
Size: 1.00 vMB
Total Fees: 0.03026238 BTC
Feerates: 74.12 > 3.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,416 (798,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,131 116,131 0000000000002ff602fc8a0332b9e2c82c9b11cc24018a030ceceeb0c58d48a2 3 0.00/1.00 vMB 0
116,130 116,130 000000000000d537bc09b0c00791469be822917f90b11c78048d64ecc07af114 1 0.00/1.00 vMB 0
116,129 116,129 000000000000280a15cadca0f4920241aa90afbd8210d02f09c051c08a405fd9 62 0.02/1.00 vMB 59
116,128 116,128 000000000000907861cf1177af9506b5612229a79b2f73bddc468c72dd725b37 12 0.00/1.00 vMB 0
116,127 116,127 000000000000233f390823ac7efd5c95927853d712a26ad5c355041e267ed7a7 11 0.00/1.00 vMB 0
116,126 116,126 0000000000007357e450aad11f8f506c1a099d435c0e491642bd79aee26c9bb5 5 0.01/1.00 vMB 874
116,125 116,125 000000000000a35f5384bd4f79cfcfb97accfa92b209122a7dcb3a40b34a64d7 12 0.00/1.00 vMB 0
116,124 116,124 0000000000007e38ff20c890c3f748232a52c4cd9537a5a2e7ee2aa2d159f0c8 15 0.00/1.00 vMB 229
116,123 116,123 000000000000dcc0a3558b977c8d0e32ed4c8b0cdce9149c745b5c938a51e037 12 0.00/1.00 vMB 0
116,122 116,122 000000000000b098893fb2c1879709f1201fc82a316fb8a14399a92f6bad245d 10 0.00/1.00 vMB 1,338
116,121 116,121 000000000000a4f6c5b8114aec6122e003b6498f76119c244d51fe1f83c6e2ea 13 0.00/1.00 vMB 0
116,120 116,120 000000000000e08707b8299b8526960800c0b1ed76ef28f64749f4ea1a71eb0c 2 0.00/1.00 vMB 0
116,119 116,119 000000000000d623b58f9b3b619d805ef52c15d86606441614302cf16c3f61bd 3 0.00/1.00 vMB 0
116,118 116,118 000000000000ce0252bfb4778921cec1d99d52db259a37af12548210efc5a35c 3 0.00/1.00 vMB 0
116,117 116,117 000000000000c141e36b137f0bf22eb8f54388855b9bb24979a554e97bc68a2a 1 0.00/1.00 vMB 0
116,116 116,116 000000000000c0df9feca49577f24f32d680052ca2fd78ac635a13bacf1e4914 4 0.01/1.00 vMB 159
116,115 116,115 000000000000939f36e72a2139e3cba36d4d1140c06787bc473a7aa63245deff 4 0.00/1.00 vMB 0
116,114 116,114 000000000000c4730506c98bb311e61f0a9bbcf462599514a602191cbd1eff1a 9 0.00/1.00 vMB 0
116,113 116,113 0000000000008e4f3a2c4003ff06bd3b65f85e3909a9e33b07c25141e4edc168 7 0.00/1.00 vMB 1,046
116,112 116,112 000000000000950eaa0c3ba6c0905d521e77019660d3414f6067c8f196114c9a 4 0.00/1.00 vMB 1,285
116,111 116,111 0000000000000ee32bbdcfcd50b713026b3d0392035f9b6d2268d28964b4ac08 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.86 GB
    • Received: 10.21 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.