Loading Tool

Explorer IconExplorer

Memory Pool

58,467 transactions
34.03 vMB
0.10369508 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 74e94fd551802bfd97591b6956bc19ade639fbcbea0897647f2f1d5f65334ed0
Version 20000000
Previous Block 00000000000000000000a428116a579a7d2c3b0deb2024b01b2e3eeeaab5f56a
Merkle Root 312e26756c4b55788f7f77943394387806e2f88599ab7f43b92f12b02ef758a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,052
Size: 1.00 vMB
Total Fees: 0.02536964 BTC
Feerates: 100.44 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,426 (814,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,705 99,705 0000000000032fb778cd80e9c53c6315e53c8888340746bffd45ddcb746e52c1 2 0.00/1.00 vMB 0
99,704 99,704 00000000000301166c12f1dd93e7188ba41441571b6623785a9cb666b8abf811 5 0.00/1.00 vMB 0
99,703 99,703 0000000000045408c1bf73bd7fdc72bfe752ebb9dbe539610c0108d8f83e9738 6 0.00/1.00 vMB 0
99,702 99,702 00000000000149eb9eeb7de079be2e89196fb897301e4cf3912091b24e487cdb 1 0.00/1.00 vMB 0
99,701 99,701 000000000003af270f25e9b6470ae9a113cd79f7c5597fd11b452a12ba544c76 3 0.00/1.00 vMB 0
99,700 99,700 000000000001c74d8389142debd66d4d077bef96dec3f5127f6baa79ac01ffbc 3 0.00/1.00 vMB 0
99,699 99,699 000000000002f1a71ec5de0eff44e64df72ff92bd903d6133588e7c6cacae640 1 0.00/1.00 vMB 0
99,698 99,698 0000000000006907e2d252ac8f9f3cd036f8f30ce4bef36ba1f2144462d3b844 1 0.00/1.00 vMB 0
99,697 99,697 00000000000450f8b49277a28beac6e4822edeba44966da4e833ade9a40dd4f7 2 0.00/1.00 vMB 0
99,696 99,696 00000000000460afee3b74ec5662de7e1621dae4f9f1145f16ccfc5a83143026 3 0.00/1.00 vMB 0
99,695 99,695 000000000000ec254342e1cc09b62e2a9d2c7a96a1c1aa84ca953061a7c90367 5 0.00/1.00 vMB 0
99,694 99,694 000000000001e08f240648eb63636b7a8d9c82ff5cf6148074ad4b8b9471abd2 4 0.00/1.00 vMB 0
99,693 99,693 0000000000009dadf263efd1b96d7788460099747eb5c05cd9f4f357f09adb18 8 0.00/1.00 vMB 0
99,692 99,692 00000000000075a4462c1d728c462a3a691650698200a2a0d8740c9e0fcfb0cd 6 0.00/1.00 vMB 0
99,691 99,691 000000000000958be5564fea8571a790ec11a96c3a4085b599bf678bafcc030d 12 0.00/1.00 vMB 0
99,690 99,690 000000000003dda721445d18ebb79396ae469a38614115d524683cf59365e929 12 0.00/1.00 vMB 0
99,689 99,689 0000000000034e81d4222e4e3ae9947fb0041352a2df669881359a88e5cc6f1c 1 0.00/1.00 vMB 0
99,688 99,688 00000000000429a4f111d761391f196b2d820d56ccdff46da4ac1eb1c0211281 4 0.00/1.00 vMB 0
99,687 99,687 000000000000d3853ecb9280da3d22bc5552285e872724f14df13bb8e9bff31a 1 0.00/1.00 vMB 0
99,686 99,686 000000000002c10fc80e556b663f01bb4de05830cb5c8d6ae07dfb19cc2ef045 3 0.00/1.00 vMB 1,584
99,685 99,685 0000000000001ed54d5501e29b1a4aae6f9e51ec513e9bb5c4e30a24026936b2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.36 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: 602.19 GB
    • Received: 10.35 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.