Loading Tool

Explorer IconExplorer

Memory Pool

92,457 transactions
24.65 vMB
0.07659481 BTC
Random Selection Loading Transactions
Max Size: 165.13/200 MB

Candidate Block

Mining Attempt 7817f1518a8df99e3935d2e4c27fda5e29191d834edef3b220637f5748bfb209
Version 20000000
Previous Block 00000000000000000000788241f2e3ed37766607093e0204358fc6e2b5654c75
Merkle Root d370e56b5deca527fd10c2a10a89fe2b324cf69745b1fe22aefa1537584b7c52
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.01825047 BTC
Feerates: 301.07 > 1.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,096 (848,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,643 67,643 00000000053908a19dfb84f955332bb1600fb2c5277a6a3f67038d14911c21a8 2 0.00/1.00 vMB 0
67,642 67,642 0000000003fa8b59318c26420349790ac3f92d44227977d943a8c56c404e46f9 1 0.00/1.00 vMB 0
67,641 67,641 0000000001b7daa89c95d82e1c45dd8687133bfc213068673d474622637e641b 1 0.00/1.00 vMB 0
67,640 67,640 00000000050a2b65d5d1a392bf49986e6367df50503c91f59820b7d0daf87928 1 0.00/1.00 vMB 0
67,639 67,639 0000000003aaa6ed3a1a3b19dc1644cc32c0bd54338d839aee88680c63fadc71 1 0.00/1.00 vMB 0
67,638 67,638 0000000004a13f93ac34873345ab0c59a87beadb5a5ce9083eba3aad18c32dde 1 0.00/1.00 vMB 0
67,637 67,637 0000000000cb9e90e38c83949dfc20604f04e61db0ec4ab1c582c06607376039 3 0.00/1.00 vMB 0
67,636 67,636 000000000434702b0d9fdf36cafe39d3d77c8d4a956aa1b9064a64061d830d2d 1 0.00/1.00 vMB 0
67,635 67,635 000000000112d511ac37006ea71018cd2cb7ea4bc088433de9dd845c0c5b2005 2 0.00/1.00 vMB 0
67,634 67,634 00000000004eca2df78e28ea6670e259f640c8aeaeb07a20e784c4eecf095b5a 2 0.00/1.00 vMB 0
67,633 67,633 000000000560f42a71195c0a390b74e36809806fbbc70a71dea35f157bba491c 2 0.00/1.00 vMB 0
67,632 67,632 000000000421626cbc99c4139a3853a0faa420af0e2f3099abacae04cfd23d42 1 0.00/1.00 vMB 0
67,631 67,631 0000000004ffd34384e733c3389e50b8d3957c67372e2c620548a20508b6ba43 1 0.00/1.00 vMB 0
67,630 67,630 0000000000a66e57add36fbaf05e11c4e83cba9165ec6d3e8b878c11c3d492f8 1 0.00/1.00 vMB 0
67,629 67,629 000000000015ed457c1b4cf1cd775da31401290ba64a91c9e1785065792b3195 2 0.00/1.00 vMB 0
67,628 67,628 00000000001c89df256821dc6c4b415e4e3705d61987ad24d0301fc64f1a1854 1 0.00/1.00 vMB 0
67,627 67,627 000000000024c1c5bfdd54b2a530c50a4cb1af583f4a017ef92009b5bfebe4cd 1 0.00/1.00 vMB 0
67,626 67,626 0000000004dd362e6647aa71a7a60b1cd9dc2011d467bb321ac5aa63b466cc62 1 0.00/1.00 vMB 0
67,625 67,625 000000000378f131806222dcc8923a9dbe73b0a0f2b9af5d63fad6229df9f259 1 0.00/1.00 vMB 0
67,624 67,624 00000000018d039f684a82fdcdfb0ced89bbc75e89a4d08e0532b16b7560109f 2 0.00/1.00 vMB 0
67,623 67,623 0000000000a9e643c9c28c524a2a1d961f6e908cda000a9cc310aa422b3d5a0b 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.22 GB
    • Received: 24.15 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.