Loading Tool

Explorer IconExplorer

Memory Pool

76,986 transactions
28.60 vMB
0.10154284 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt dcd5e0bf5ca6361d54c990d46ddfbb693153b438218659f471c9918d6fd9b9ad
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d5dfafa0c9aad3ef8ede5dc71f8221e501e5cd2c7e824b9564c5fabeaa8dea70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03481793 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (497,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,765 417,765 00000000000000000417706c55b058004c2aae6d844e0904f7960d2794eb3c5e 1,957 1.00/1.00 vMB 79
417,764 417,764 000000000000000003888f2ffc63a2fdf8abb51587bd7b31a4e52c61eb78faec 2,004 1.00/1.00 vMB 52
417,763 417,763 00000000000000000435bc9f39c97b81eb66b8378dcff281c59f18c9bccea57e 1,397 1.00/1.00 vMB 64
417,762 417,762 000000000000000000dbe9b4189150d7ed9474caeedb8dbaf677d34d12d6f6b5 2,015 0.75/1.00 vMB 79
417,761 417,761 00000000000000000152372d9b3b540dd17f1746b045086b66e42d578eef7873 2,330 1.00/1.00 vMB 69
417,760 417,760 000000000000000004e84dcc1c5352945910a90455aa69022d4f24e7b20a9972 2,313 1.00/1.00 vMB 112
417,759 417,759 000000000000000004c7b1ed8350dd3085dc117e3edfe1181f212ceb757d1a12 2,442 1.00/1.00 vMB 72
417,758 417,758 00000000000000000288e0498789915a54319bd21bab0805ed0271329483d4c6 1,664 1.00/1.00 vMB 53
417,757 417,757 00000000000000000424aafe2357894084e69013866af83648a8a87de94f3334 2,600 1.00/1.00 vMB 61
417,756 417,756 000000000000000003137cfc1d51df599c3bbc453969886b11b8b4301d1b4ed3 2,835 1.00/1.00 vMB 171
417,755 417,755 000000000000000004ca7a24fe9213fb28e3e41188e6e742d1daad30c12c4d3c 2,113 0.99/1.00 vMB 68
417,754 417,754 0000000000000000022390b824b35df53841e22618217f3b6003947aa56fd0ee 2,279 1.00/1.00 vMB 45
417,753 417,753 000000000000000000396322471ebc095b3b98ab59c2016e12dd5a302e1c7b9e 2,581 1.00/1.00 vMB 114
417,752 417,752 00000000000000000082d427c75adf13a8657eea943adeeffd4e2ca21808e708 2,333 1.00/1.00 vMB 64
417,751 417,751 0000000000000000016cdddf18aa3868fc50cb284fa566c794c16df6b735a77b 2,256 1.00/1.00 vMB 84
417,750 417,750 0000000000000000050719dab98b16e57c3e96d2d5015a8173e3a712dbcfb05a 2,557 1.00/1.00 vMB 77
417,749 417,749 000000000000000002d0b563e140230ec01d97d3cc86b5d52c4e0acc8ba7d05d 2,502 1.00/1.00 vMB 56
417,748 417,748 00000000000000000067e453ac771449aad8506b03e304d5a88bd49f653f2c1f 2,719 1.00/1.00 vMB 84
417,747 417,747 000000000000000002cc2b08d897ca92597f1b1271a75a968b25440f97cf2546 2,682 1.00/1.00 vMB 73
417,746 417,746 00000000000000000396ea660635e6354a8357c28cf595485edb62dd23059b02 2,878 1.00/1.00 vMB 116
417,745 417,745 000000000000000004709476414e22c617c63b6506e0546f0db972ee9f52d029 1,922 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.