Loading Tool

Explorer IconExplorer

Memory Pool

81,972 transactions
29.99 vMB
0.09601177 BTC
Random Selection Loading Transactions
Max Size: 181.98/200 MB

Candidate Block

Mining Attempt 09c95379e03872b6a21ea25a61ddbbf92047e9d0be865b7d7e9e5b541e1c1cee
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 10282330ebc810f5d67449e5e6c6b98c62d843ec73181f84bbda6f2685cd207d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,188
Size: 1.00 vMB
Total Fees: 0.02705643 BTC
Feerates: 301.57 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (362,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,649 552,649 000000000000000000291abb7f91e0aca0056d018f7a76c45dee1a1f31ef8e27 761 1.00/1.00 vMB 64
552,648 552,648 0000000000000000001898d941bd03ec55e0e0c626b1804cc119837886ed0756 2,311 1.00/1.00 vMB 28
552,647 552,647 0000000000000000000bd95381aaca0b984c88a0b2d14906d2c8cad9638bfab5 802 0.40/1.00 vMB 16
552,646 552,646 0000000000000000002501a63bb022eb811957dbb3ffa78a22569ee3afa8fea5 2,208 1.00/1.00 vMB 10
552,645 552,645 000000000000000000272fc8214ee3e8a93d357a4b3b76c5ef00f13c72de2fea 2,268 1.00/1.00 vMB 31
552,644 552,644 00000000000000000031c6e87cead99d6812427155a5f8fcd634a39b871e2d48 1,205 0.59/1.00 vMB 21
552,643 552,643 0000000000000000000665250005eea37e8d0ed3414ba3a7a5217c61c7eb0607 763 0.36/1.00 vMB 22
552,642 552,642 0000000000000000000ceb357367cc8ca9d644c2d46661eb8a8d9f9864f28bbf 71 0.03/1.00 vMB 26
552,641 552,641 00000000000000000016b555c3424bf5db2005e0ec16889ba0e7c93f6e16e079 157 0.07/1.00 vMB 25
552,640 552,640 00000000000000000003ba217cf4cff24838fb1b77a836f4e4415007cbdefc2a 700 0.95/1.00 vMB 6
552,639 552,639 000000000000000000019644eed547677f3462c33fc469164999224e404b5748 1,524 1.00/1.00 vMB 15
552,638 552,638 0000000000000000001d48f5d1cf3f47ca70bbf3db9e996fdfdb90be62fc0e60 1,847 1.00/1.00 vMB 9
552,637 552,637 0000000000000000002f5d0d67dc6fe8538fa9f057bb0de4b783cf345de2e86e 1,687 1.00/1.00 vMB 18
552,636 552,636 000000000000000000222b939108bf3a042d233a701ef84e2a60c948b64981a0 1,712 1.00/1.00 vMB 31
552,635 552,635 0000000000000000000655a6663495e86ea421167f1c075866fa36b5b002ddfe 2,213 1.00/1.00 vMB 2
552,634 552,634 0000000000000000002ee31bbc5683ce266f2f9ad7269b5e5410ef3dd69b2b91 2,539 1.00/1.00 vMB 24
552,633 552,633 00000000000000000020f4003428befa24bed12a02e4b85da78d54c1d3cfcc9e 2,296 1.00/1.00 vMB 13
552,632 552,632 00000000000000000006a4f3a1ffbf0872ab0bd0ac69453f596bb18de750d9b1 2,237 1.00/1.00 vMB 30
552,631 552,631 000000000000000000233663285e0c0e2dba8b92266878b664f71ea819606ea7 2,461 1.00/1.00 vMB 22
552,630 552,630 00000000000000000004722bd37493c89a45a2dab6612cb985e449764311ff72 2,614 1.00/1.00 vMB 22
552,629 552,629 00000000000000000030fa59eaa78ce78b955ab39e8fc18196ea6ece6780bead 2,138 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.60 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: 671.75 GB
    • Received: 16.00 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.