Loading Tool

Explorer IconExplorer

Memory Pool

45,583 transactions
27.50 vMB
0.11039680 BTC
Random Selection Loading Transactions
Max Size: 143.91/200 MB

Candidate Block

Mining Attempt 4e78a8aa8842dde2570c035ec94d7e32593daf6c1c5059a8fa8223ec7bd24f2c
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f6b290adce77c3b6da67f0e40fbdbafbf0fabd864e75b8e1c676bddcf38de559
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.05026169 BTC
Feerates: 151.01 > 5.04 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (372,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,314 542,314 000000000000000000100a2486807371aaccb1cb7b11205da919585d60db2d4c 2,137 1.00/1.00 vMB 6
542,313 542,313 00000000000000000018df23f0e3ffeb83fcb858aee644ced4b0c025d11c699f 2,535 1.00/1.00 vMB 13
542,312 542,312 00000000000000000001b710a909b6b8ed4f47a076aec6bd1762b9d352c71e01 3,075 1.00/1.00 vMB 16
542,311 542,311 000000000000000000213bcd1ed9273e7433602023e2e13ffa33805a458b5d12 2,012 1.00/1.00 vMB 18
542,310 542,310 00000000000000000001126717697f3ab55cd77e3d6bdc5a507a737a4237e42d 1,357 1.00/1.00 vMB 6
542,309 542,309 0000000000000000001899a3d9bdaa23a8d78deb4187a915e91798febd7b9b21 2,848 1.00/1.00 vMB 5
542,308 542,308 00000000000000000018ecb15109a016e13d25fee93d5290730381f1e40e3e22 2,297 1.00/1.00 vMB 35
542,307 542,307 000000000000000000154523dc21b29c0a250a23a534cea24c14c560be44fffa 1 0.00/1.00 vMB 0
542,306 542,306 000000000000000000040a22af0d0a26f706477eb899f77f405ce54b4f7718ec 2,839 1.00/1.00 vMB 17
542,305 542,305 000000000000000000006e502aabeeaf23a5c8461b3ab698a776b05a86a8eb02 3,050 1.00/1.00 vMB 9
542,304 542,304 00000000000000000014197b06c6bbf9f5aa1eeb8ff529361cd161dce91d19cc 1,669 0.60/1.00 vMB 20
542,303 542,303 00000000000000000025eb2c783f2f29d68ab4260f4b0248450c0038debc7ba4 3,007 1.00/1.00 vMB 16
542,302 542,302 000000000000000000150c5177997cb16d33431139bb20b07b1570e429f94e9f 1,697 0.71/1.00 vMB 16
542,301 542,301 0000000000000000001c55e6e186e0721d45cad952ae731e68d7f2c7dd365c36 1,142 0.48/1.00 vMB 9
542,300 542,300 0000000000000000000cbcac3dadfc0c7aba4d496d006699a52337b7ec465e06 58 0.04/1.00 vMB 23
542,299 542,299 000000000000000000104ec75dfc721c32e5656b611bbdf7853b2476f8da4bc3 2,220 0.74/1.00 vMB 18
542,298 542,298 00000000000000000000cacc22909e6b3ed521360818e2bbd1a73270c3badaf2 1,382 0.48/1.00 vMB 6
542,297 542,297 0000000000000000002243ab96644b34a0cd30d1636d808585b6f64aa8f0a35b 2,885 1.00/1.00 vMB 17
542,296 542,296 00000000000000000026c34f5f590ced86c762bb174b7393546765dfc149ad3b 550 0.24/1.00 vMB 32
542,295 542,295 0000000000000000001d66a7be1ec8c1eb91aa3edbc7d897bc7cc9a705ddaa3e 2,676 0.93/1.00 vMB 6
542,294 542,294 00000000000000000015274f4b8e0693ff5e6ee8ca62330965d3bff671171f00 2,759 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.