Loading Tool

Explorer IconExplorer

Memory Pool

78,383 transactions
29.35 vMB
0.07997067 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt 23102fbdb27952a1791d07b8b9a0a4f427a3a3d522baab714d737bbd0395fc6a
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 61e4e3dc70ef91e21428037354ffe3c9cd453bd6a945757859f535a5c74e2d2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 1.00 vMB
Total Fees: 0.01552155 BTC
Feerates: 301.25 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (350,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,091 565,091 00000000000000000021d1decee24b2ba01df068cb3271c3c74e5f37e2d55cd7 2,558 1.00/1.00 vMB 16
565,090 565,090 0000000000000000000f68e84de1673a0fc7bda08b7bb61b839c9a515e121dde 2,178 1.00/1.00 vMB 12
565,089 565,089 00000000000000000013c40483526c65cbeea7b6b4f360c958be11ab2a6f1dbe 1,180 1.00/1.00 vMB 11
565,088 565,088 00000000000000000004f4c74ba3c12b15031f01e6c147fe862afbecca72898c 1,628 1.00/1.00 vMB 14
565,087 565,087 0000000000000000000b740738fa52176addbd8dd68790da9cd45374d3e20dec 1,773 1.00/1.00 vMB 18
565,086 565,086 0000000000000000001a540901d937c8da3f8858bbd3fef727bace1b42e65b3b 1,281 1.00/1.00 vMB 13
565,085 565,085 0000000000000000000b1692a5b49c943762435ffd84e9cb7eb3da1fdde30696 592 1.00/1.00 vMB 9
565,084 565,084 0000000000000000001b025ce5dd9dab3975a5e0a48db131f3c71d05038493dc 1,825 1.00/1.00 vMB 13
565,083 565,083 00000000000000000022c41cb2382814d616f216e68c4ee8abcc6d1a792177b5 2,453 1.00/1.00 vMB 20
565,082 565,082 0000000000000000000c459a986a73ae43bcc2b7457dc3e13a22261cbcb8802d 2,439 1.00/1.00 vMB 17
565,081 565,081 00000000000000000000d255bd462ac037805361da93f47defd3cc8d0766b4a1 1,143 1.00/1.00 vMB 10
565,080 565,080 0000000000000000001e889fe3379b7e9125c5c80aa7988cfc632f141552437a 2,524 1.00/1.00 vMB 18
565,079 565,079 000000000000000000264f2d7394c73640eea888b47cd27928272cdf6cb5e21c 2,702 1.00/1.00 vMB 25
565,078 565,078 00000000000000000015fdb6355d6f6d8715013074ff3bf7f1e7034e00894692 3,169 1.00/1.00 vMB 15
565,077 565,077 00000000000000000015039e1fa90fd3a122fa5b1bf1ca09e2e010257a28ac80 2,444 1.00/1.00 vMB 14
565,076 565,076 0000000000000000000c776a083598239ea26bf8b2720aaf5e55709eebaa82e1 2,357 1.00/1.00 vMB 16
565,075 565,075 00000000000000000023f08b5ba9a435817e0acbdc298665abab70de8ecbbadc 2,706 1.00/1.00 vMB 15
565,074 565,074 0000000000000000000231efaa28f2b4f7b532481da0bb51f2e3f17909434f61 2,872 1.00/1.00 vMB 27
565,073 565,073 0000000000000000001bbc01b4ca2e361ef3a0fff8ff9f1b89a8ea520bd6bac2 2,433 1.00/1.00 vMB 21
565,072 565,072 00000000000000000004b08e178596915010fda6832cb77d99da14493f72da6c 2,862 1.00/1.00 vMB 39
565,071 565,071 0000000000000000000135a46d631ade61db5bb8422ed8f7a4c19d18ec43dd19 3,350 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.