Loading Tool

Explorer IconExplorer

Memory Pool

30,640 transactions
18.27 vMB
0.04698234 BTC
Random Selection Loading Transactions
Max Size: 97.08/200 MB

Candidate Block

Mining Attempt 198e1daf878990a125582dd61d931bdd239e6a011e9d759fbd0ff866195508c7
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root ea753339b4ffd88e7ea8dba0db81cf8dd54e33cfb3c958090597cc86085ed476
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.01253119 BTC
Feerates: 200.82 > 1.26 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (855,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
58,546 58,546 000000000c84b24e2fccfdbb146ca15d49fa2a33929ce00a9610eaeecf08d17e 1 0.00/1.00 vMB 0
58,545 58,545 000000000a5e9243c5e504e91251ace7ccda48c49a2db5723d3726197b9366d6 3 0.00/1.00 vMB 0
58,544 58,544 000000000937a49a6cfd4fd3ce64941c37fd883eec9f23b6128da860ff473626 2 0.00/1.00 vMB 0
58,543 58,543 000000000ded5759b8ef43cad61062644f5abafa7910827a077667eaea4d42ac 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.27 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.