Loading Tool

Explorer IconExplorer

Memory Pool

84,425 transactions
23.31 vMB
0.06961605 BTC
Random Selection Loading Transactions
Max Size: 156.75/200 MB

Candidate Block

Mining Attempt dc5536d7a6b10137ce842265e901f82b12a072dba2ed4f8c08753b33789a2e38
Version 20000000
Previous Block 00000000000000000000d0052148471d18aa291e50ee39ce61edd86b9a3c55b0
Merkle Root 09d6955b18bb5e573efba1db56c5839305f02e9f718b567350779b09098f0110
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,300
Size: 1.00 vMB
Total Fees: 0.01729098 BTC
Feerates: 206.19 > 1.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,878 (808,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,590 107,590 00000000000248b30f2dba5ef166d12234f7f925a64f516907d3dd44585791d8 1 0.00/1.00 vMB 0
107,589 107,589 00000000000063605692a5d9765fc32831d01e555feef6e123bea83452c773f9 1 0.00/1.00 vMB 0
107,588 107,588 0000000000022e659d2c383c8dd72cb93ec7665bb63f5dafdd3ffc32497d49b4 3 0.01/1.00 vMB 0
107,587 107,587 000000000000ea15c946b64b49185a00821f147b79b4b2b5494d6516c4e0ad82 8 0.00/1.00 vMB 0
107,586 107,586 000000000000ae232561ca2815fbc819c162011d287d780297495672402daa4a 4 0.00/1.00 vMB 0
107,585 107,585 00000000000135593b1f443abdd3cdc7d745b6c246c9689b5984f2192c8d6bd2 7 0.00/1.00 vMB 0
107,584 107,584 0000000000026ad1e0658ac8fc26b6b77e828d8ce1ca8b9ab48a0e03fe1c1299 13 0.00/1.00 vMB 0
107,583 107,583 00000000000219136c93769baf9008fc18b30f53039e4b963f8f52df50e399ad 5 0.00/1.00 vMB 0
107,582 107,582 0000000000018bbadb583dc079a76ae08980c525711b0ec46dda5c56c92193f8 3 0.03/1.00 vMB 983
107,581 107,581 0000000000005f4838fcb13bbd225c304986a0312e04fb2d23640d32cc073332 11 0.00/1.00 vMB 0
107,580 107,580 000000000001514054e9a8df1c4eac9b3a64fa32a8f6140e2c4e30b331a498e8 11 0.00/1.00 vMB 2,819
107,579 107,579 00000000000109633f1f19d00bcfeaa3ab17da243c93c6c478ac62322db84b89 11 0.00/1.00 vMB 0
107,578 107,578 00000000000082391f2e65417675a8dcc1a959510b7db62a2ae3dbd01a0edd14 30 0.01/1.00 vMB 0
107,577 107,577 000000000001f2be4d4da4439084f6ea4054bccecba1b0bf2052dff12197ed20 1 0.00/1.00 vMB 0
107,576 107,576 0000000000001c38e5a10db750781457d8dcc2d0ade50ce352fc2f0ca94029ca 7 0.00/1.00 vMB 0
107,575 107,575 000000000001de30b6340c7ab337cbe0dc0d08981a02ce441dbb83cccb2a0d78 7 0.00/1.00 vMB 0
107,574 107,574 000000000000c8205a2ef799ee1e64bff0e17b021468bc3290d54499bd6f0b53 8 0.00/1.00 vMB 1,077
107,573 107,573 00000000000087dec4a677ef71350d90a37a90dde0c65684667fea8e3703a877 6 0.00/1.00 vMB 0
107,572 107,572 000000000002276535fb5fe621dd4ee234b6be23d4f192daef3d85f007255d88 7 0.00/1.00 vMB 0
107,571 107,571 000000000000b7ea5f4b77da687169be28bbfc6b28da6fedc3f731c4aaad5e6a 12 0.00/1.00 vMB 0
107,570 107,570 0000000000024e10405f41ec7bc5338f012c4d8558fd80cf50b3c9630af6d2f8 37 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.89 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: 795.73 GB
    • Received: 22.15 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.