Loading Tool

Explorer IconExplorer

Memory Pool

30,322 transactions
18.18 vMB
0.04510555 BTC
Random Selection Loading Transactions
Max Size: 96.46/200 MB

Candidate Block

Mining Attempt d0048254fdc807003a7107e1130b29bf0b9b694805259c31aaa71265b762ef38
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root f65dfd4ad2b97713f4de522ee843269eba4bdad1844da063a7e32f6ba59f8286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,253
Size: 1.00 vMB
Total Fees: 0.01053785 BTC
Feerates: 200.82 > 1.06 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (855,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,567 58,567 0000000006a82a32d5a758896c009518c77dcd5ae555854e013731d71e726b1a 1 0.00/1.00 vMB 0
58,566 58,566 0000000008a044cea9b57eca7e1806aae2b508be7e406d3a0ce3b2365f1bf475 1 0.00/1.00 vMB 0
58,565 58,565 000000000c928f1f5d7ad7ea7a892d5b455a51d1446312701b204ce23d9da0bb 1 0.00/1.00 vMB 0
58,564 58,564 0000000005fe02533c182a43a81b6f002f354684e03f04a74a7c6470657fa8d0 1 0.00/1.00 vMB 0
58,563 58,563 000000000a51fff0e14999653b23c3d6f04eccf3a78e61d4530457ff49c9dca1 1 0.00/1.00 vMB 0
58,562 58,562 00000000060b4860559b711bf43f0fa08d50f3ab975cd018d29f5b4c09826f60 1 0.00/1.00 vMB 0
58,561 58,561 000000000d7c4354b19cbd4c4dde949daf8ffdc023d6db9e46f7784a6f0944cd 1 0.00/1.00 vMB 0
58,560 58,560 0000000001782d5e05e4ef0c2207c826d1fdb5abab304ffe51e08a44b1a2ea76 1 0.00/1.00 vMB 0
58,559 58,559 0000000006c025e0ce7f1efad9c85d99d03d71f4301bc81f82dca55bf0ac7540 1 0.00/1.00 vMB 0
58,558 58,558 00000000013f2e878f73bce131c289325c43166432d189b74a897b07ae683a85 1 0.00/1.00 vMB 0
58,557 58,557 00000000037ef2f7a610bfc5397551c1af8afd6e9deac7cc2290d4fe6325f451 1 0.00/1.00 vMB 0
58,556 58,556 000000000279845347308dacb1404e7b7a4ba9f8cbf7aa0903e4dd168a234388 1 0.00/1.00 vMB 0
58,555 58,555 000000000cd915eecaab8732f4e38fb4cad861fd350d6155b133694b435f1cc1 1 0.00/1.00 vMB 0
58,554 58,554 000000000f50dec36fb421c16d5ddd02ff41583e394a93f0ead9d0b9cca16ade 1 0.00/1.00 vMB 0
58,553 58,553 000000000a537cb3e8421ad8ece5ca4674eae6b224af3b43bf7c9f587bd50091 3 0.00/1.00 vMB 0
58,552 58,552 0000000007004359c690fb2b51ee85561d61d161d0f59747d3b23f7c0a2fee6b 3 0.00/1.00 vMB 0
58,551 58,551 0000000004db9ba8ae92ea0939cf35977d1571ab9f5c58f69bd0b81f348ce2bf 1 0.00/1.00 vMB 0
58,550 58,550 00000000062dffab98d2b4cc70cf66b5fab63809b000e8f6e7bcaf0decec8f4d 1 0.00/1.00 vMB 0
58,549 58,549 0000000002927632271afc23fc0f9ffbd33df298e71fa8d1b3df56d2008d0ed6 1 0.00/1.00 vMB 0
58,548 58,548 0000000002f3c8399bb8dde8243aef5fae4917caf036ef87418300052b72b684 1 0.00/1.00 vMB 0
58,547 58,547 00000000062a51a3337483b1ccad0aac020ef90af8e8c1ec755dc57869023c95 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.41 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: 526.04 GB
    • Received: 5.26 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.