Loading Tool

Explorer IconExplorer

Memory Pool

46,395 transactions
20.53 vMB
0.04770008 BTC
Random Selection Loading Transactions
Max Size: 117.40/200 MB

Candidate Block

Mining Attempt 149bab1faefcea2a0a070154ae6f476c2c3a9c235ee3a92cb81224d7fca344e8
Version 20000000
Previous Block 0000000000000000000147cc7fd0752f527ecbd305384e1dac4d9d7f2ebcddc3
Merkle Root 8013bf7f726a83d9dd8eeca4468a885766211d410e65e6af280ff4f2b4ce7acc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,673
Size: 1.00 vMB
Total Fees: 0.00688538 BTC
Feerates: 100.17 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,027 (837,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,770 76,770 00000000005292a057a7b61849cd9c0dade8a994cf3b5ccec8d66b4e3b0776a8 1 0.00/1.00 vMB 0
76,769 76,769 000000000061d60bef8f5732735233a6df823626c8192c51caf60993c0f23dce 1 0.00/1.00 vMB 0
76,768 76,768 000000000011632f2c47d0b7fbccaae98089d3a8fab042f01ef6475194890f1f 2 0.00/1.00 vMB 0
76,767 76,767 0000000000412799f1b4e503566061a7672315a36efa7fc4a5dff48dd80a7117 1 0.00/1.00 vMB 0
76,766 76,766 00000000003ddf367d89657d24648255020c426d1de4470bedac7e2ebe7ccc63 3 0.00/1.00 vMB 0
76,765 76,765 00000000002d0ffcd3a967660c34d44f7fee204c5d9319eba04fd725ff5619d2 2 0.00/1.00 vMB 0
76,764 76,764 00000000003cde987be184c65a8a5802f1ff2d145c60f305e572b05e2c6ddd6e 1 0.00/1.00 vMB 0
76,763 76,763 00000000003aad9e983fb314355e99f1df8ab86a6609c6543853cf779695367e 2 0.00/1.00 vMB 0
76,762 76,762 000000000039d9471d35830659d39314eeeefc3250cddc8ab13225665f70241f 1 0.00/1.00 vMB 0
76,761 76,761 0000000000341a000f7f53a02a14b92962cee0b5a1f0ca6034e5b1bec1effd46 2 0.00/1.00 vMB 0
76,760 76,760 000000000006a30d25eb3602e07325e7db7a226771d29b289f8632f366f39213 1 0.00/1.00 vMB 0
76,759 76,759 000000000019a6ca5d4fa8d3e021f43683e223a8a08c20360c2b42b6692de9d8 2 0.00/1.00 vMB 0
76,758 76,758 00000000002d5ed5946b865e0c2b3b1d45cdf67cde0969d611a5effaeb5e6fb6 1 0.00/1.00 vMB 0
76,757 76,757 000000000007a5319e0e299e7b68628ec75948e942a6ab5c147f3bac4717ac71 1 0.00/1.00 vMB 0
76,756 76,756 0000000000117e38cdd24e9d8a14dff6eff52f68d1bc30e9b41e0442c3436495 1 0.00/1.00 vMB 0
76,755 76,755 000000000004760ffa6077f5a375bbcce45a4a5ed2b4a3686eea1722c7268908 3 0.00/1.00 vMB 0
76,754 76,754 000000000014eb440ca2324f1cf63f2495e81f115c29e253f98717c179e0b266 1 0.00/1.00 vMB 0
76,753 76,753 00000000006847766d2256e390397ddf3d01755ad17a067c898c6adf264fd25d 1 0.00/1.00 vMB 0
76,752 76,752 00000000002904d8f76eb63e18bc28dd0421890085adb0cafc0f8c2b05384769 2 0.00/1.00 vMB 0
76,751 76,751 000000000004222a04e191b0720ecdfdaa78587729a1683b1aa5d64ca668eab7 1 0.00/1.00 vMB 0
76,750 76,750 0000000000427633ab240db282d8fe8d8160eb43ae393c4da18e155484e40e78 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 551.41 GB
    • Received: 6.50 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.