Loading Tool

Explorer IconExplorer

Memory Pool

81,779 transactions
30.37 vMB
0.08318716 BTC
Random Selection Loading Transactions
Max Size: 183.01/200 MB

Candidate Block

Mining Attempt 5b0c6498d338c3a87db747b77ca6b69de8e6e228c9d06cecc76edc3cada7de44
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e4a073b0b18825f4fe75e09a490310baf9ce3fd53eb1765e7a6185b698334af5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.02067084 BTC
Feerates: 203.60 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (499,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,647 415,647 000000000000000003472b118c0ce1d6932e04ce3284ecc941ec5d91c7056b47 818 1.00/1.00 vMB 24
415,646 415,646 0000000000000000018c2f4febaa5faf4e9c0854115163635e9f3c9493802873 1,181 1.00/1.00 vMB 28
415,645 415,645 000000000000000001f11c5db39f6e4c18072acaca3e42383ded801dea60867a 1 0.00/1.00 vMB 0
415,644 415,644 000000000000000001d319025f30ce25093f81c6b663b581f231653c4b43405c 1,757 1.00/1.00 vMB 38
415,643 415,643 00000000000000000335c6ef81f699138811a494aaecebc4d833f1b96b6ade56 2,843 1.00/1.00 vMB 74
415,642 415,642 000000000000000000c82d6fc1354c3fc13f241f3459b7b7c1856d79d0581c7d 2,410 1.00/1.00 vMB 56
415,641 415,641 00000000000000000084d16b14114d42d168edde45720ad1850098744b2c3466 1,349 1.00/1.00 vMB 34
415,640 415,640 000000000000000002bb28078d2d42aeadaf37a52d10727e19914f8ced369138 1,229 1.00/1.00 vMB 22
415,639 415,639 000000000000000000c1386607a45ef4d0f4acfb97942b654384051d8b4c0b98 2,807 1.00/1.00 vMB 65
415,638 415,638 000000000000000001f59d766e7065f25c79d61b466636b19cf8573205d9a51a 1,789 1.00/1.00 vMB 34
415,637 415,637 000000000000000003665abfacf0be1ae8959af7502280feab458a8e3558eba0 2,816 0.99/1.00 vMB 75
415,636 415,636 000000000000000000e7f12ab782d4b92a5cd86fbb42357cbf23b568c421abef 1,571 1.00/1.00 vMB 36
415,635 415,635 0000000000000000059aeff2dfc4bd61016801dae87dd2ef0755a6bccadad9eb 2,498 1.00/1.00 vMB 74
415,634 415,634 0000000000000000042e0e4f4ad7d0bf027060f1e65f41107c35a2de1c45d5ea 1,273 1.00/1.00 vMB 32
415,633 415,633 000000000000000003ed1af44f622b647ba01961b4fb333ba9b495e35cebb141 303 1.00/1.00 vMB 10
415,632 415,632 000000000000000004ecf6eb845eb60442159b3c1fe5e048fa816cf3d74931f0 1,487 1.00/1.00 vMB 54
415,631 415,631 0000000000000000044f02ad8d3f6ddbeb4ba69d4f5324ec2699842841b7255e 1,843 1.00/1.00 vMB 35
415,630 415,630 00000000000000000544a58f94b3759857e6aac2f2e76d7396d0a6129f1f6363 2,744 1.00/1.00 vMB 71
415,629 415,629 00000000000000000253a0a80e5174014e45893cdb53510f9b370afd4e521f5b 426 0.54/1.00 vMB 16
415,628 415,628 0000000000000000012495f6a4cee44fb8e9b54f0bc384099e4e9dc5d0a1b271 1,799 1.00/1.00 vMB 38
415,627 415,627 000000000000000000594bb4561d4a6879faa0e7047dc5977b1a7dcf54add940 2,121 0.99/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.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: 661.28 GB
    • Received: 14.80 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.