Loading Tool

Explorer IconExplorer

Memory Pool

51,636 transactions
21.40 vMB
0.05073796 BTC
Random Selection Loading Transactions
Max Size: 124.47/200 MB

Candidate Block

Mining Attempt 1e44a5040b0de446fdcd1663195e5064c4f3725c453c1198a3aa109bdc23aa76
Version 20000000
Previous Block 00000000000000000001dce9f1fbbe827018b0d79a4f59edb5c4fdb60924d699
Merkle Root 0abc767c9557580d2f6f5f19e0280ce1e9aaa155f9aa64bba2f8b1277971286d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,684
Size: 1.00 vMB
Total Fees: 0.00758569 BTC
Feerates: 201.52 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,931 (869,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,509 44,509 00000000249fbdb56207a6352e03659c28718a15da7aa9e0d30d6cbd4e2c007b 1 0.00/1.00 vMB 0
44,508 44,508 00000000260d1c0bee7b630725bf2ff0e1f6514b63e15eb1a317d57ba51d469e 1 0.00/1.00 vMB 0
44,507 44,507 000000002dfff816a11fc8618b24e12e40a1ca9ef46d88d761b84f39df94ec89 1 0.00/1.00 vMB 0
44,506 44,506 000000001373ca04d5d411dd68e29e0d727d3f374a7f9677a0302b969e49d31a 1 0.00/1.00 vMB 0
44,505 44,505 000000001f1a50f22f7a91baf1e21c55c3dc25f4e3179cce59ceeb26d86b9d39 1 0.00/1.00 vMB 0
44,504 44,504 000000001f6f94cd2ada1f9822d211f177be778f1df6499fef505b64498b3be3 1 0.00/1.00 vMB 0
44,503 44,503 000000000f6712b54bf1a89ad39fdec15fac32ab244fadf9cc5dae4d61f2730a 1 0.00/1.00 vMB 0
44,502 44,502 000000002db9d0952c859f52c6677de1c6ce84ecf288945cce99f5454d6cd664 1 0.00/1.00 vMB 0
44,501 44,501 00000000157dbd4cb187c34b2f41ba8cf7327b11ebf913f13de2eb895020af91 1 0.00/1.00 vMB 0
44,500 44,500 0000000024ac83d64bd7dd9073765318d5a94059707cab5dad87b9caa3e24146 1 0.00/1.00 vMB 0
44,499 44,499 00000000370319807079a966cd60fa9d6eb3f597ce66d1312bd2444ef30cfa11 1 0.00/1.00 vMB 0
44,498 44,498 0000000000b6d1de3996e42a3d21ac8f25da6a7e5aba85e958ea002d61b03574 1 0.00/1.00 vMB 0
44,497 44,497 000000002c7a9c59327f761ce581b0c514ba254ea7732f7cccf8541af6a9b998 1 0.00/1.00 vMB 0
44,496 44,496 000000002983fc5d1e550a8712418e5e00c21a6dd34c0f21dae8d3f9b86ca737 2 0.01/1.00 vMB 0
44,495 44,495 0000000000abdfd3f07b8dcce42d34b436c431edce34d9e4ab794b6aac062328 1 0.00/1.00 vMB 0
44,494 44,494 0000000018f94ee55dcdd14555606f997e8fccf4a73abd53a1214d31be09fce0 1 0.00/1.00 vMB 0
44,493 44,493 000000002355480f591a84c60d6e54f2162769e2fc81e3325cc0072ce1fb4f51 1 0.00/1.00 vMB 0
44,492 44,492 000000000abd9ac6107e918519f13a44a578ff95f64cc63141acded37a3fd65f 1 0.00/1.00 vMB 0
44,491 44,491 000000002df427ff1dcd45048d1277d53e8fbdcef8c2243ade720867a1823470 1 0.00/1.00 vMB 0
44,490 44,490 00000000023665a7af54633ff468204a2a5b3b55f2deca36834e6cc23fc5b76c 1 0.00/1.00 vMB 0
44,489 44,489 00000000219b7c0edb090e19ce78de79fb33e8c12e97bd657200d924636007b5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 529.07 GB
    • Received: 5.72 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.