Loading Tool

Explorer IconExplorer

Memory Pool

74,353 transactions
20.63 vMB
0.05857515 BTC
Random Selection Loading Transactions
Max Size: 136.97/200 MB

Candidate Block

Mining Attempt 9fb9e16113e4c87ae49d6e4373a8b2f53e696d3aa34ce0af9f86dc5e66100130
Version 20000000
Previous Block 000000000000000000001eadb62e4e1e3e4f405ed213726ffcad51828d3f9b00
Merkle Root 51bbfee325a901697bdd81597b9a8d36cc7eb237a34c6b5a63cda6b2dbbea965
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,181
Size: 1.00 vMB
Total Fees: 0.01240515 BTC
Feerates: 445.47 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,223 (878,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,768 37,768 000000008b01522a76558b4566ad5b79685ad2262880a934202d38f07f48fbe8 1 0.00/1.00 vMB 0
37,767 37,767 00000000643190f8f594e90dd3afe86e167885aded482d29cf8fbdcf7c991255 1 0.00/1.00 vMB 0
37,766 37,766 00000000bab91e64f833eca07651c8fa537783a083fbc168178bd31941ab0cb1 1 0.00/1.00 vMB 0
37,765 37,765 000000008d7c4d1294653c71aa55acb44b25f45db4b17735f3117bdbb7161c72 1 0.00/1.00 vMB 0
37,764 37,764 000000001d93a2f6524792b163c557897c3bd442d8175699aef786cca1a5fa71 1 0.00/1.00 vMB 0
37,763 37,763 000000007d09f34288146dde11b5e22b8a44aceb6f432376a9e1b8f495a42505 1 0.00/1.00 vMB 0
37,762 37,762 00000000877eac4f11b3885cd9fb3b64f2f642bcee2dc2902560fa87c47989fb 1 0.00/1.00 vMB 0
37,761 37,761 00000000948409e4cf4ace318408f213979b39984c9764728377e6a2278fd916 1 0.00/1.00 vMB 0
37,760 37,760 00000000180c8d40d65dd61b4a5e63fa66d96faa034a49d51387ae79a5107213 1 0.00/1.00 vMB 0
37,759 37,759 000000009845212499319d3efc9a51ee757e596ca21f1ea5f3dcbce997628440 1 0.00/1.00 vMB 0
37,758 37,758 00000000bb380b571d5d4d8ac79be0728ceecafef89def460743326a5c43d4ed 1 0.00/1.00 vMB 0
37,757 37,757 00000000b7835f93392d07c90158ecf0e0fc0b53bcb0ba67d36f636dbf5ef38a 1 0.00/1.00 vMB 0
37,756 37,756 00000000b8e7e84ecc900bb4b5594658ff16319fe78217ba03aa621fb5c18e13 1 0.00/1.00 vMB 0
37,755 37,755 00000000328233bca65ef89b4adffee8146f1efd3cb3ee4589daea39b6ce474c 1 0.00/1.00 vMB 0
37,754 37,754 0000000068054cbb935fbefd96c14750ee4acff2cb111fc436b53144ed4255f6 1 0.00/1.00 vMB 0
37,753 37,753 00000000a677b2e7ced76c522b28f00d471975f466d37d590e53220ba7832eaa 1 0.00/1.00 vMB 0
37,752 37,752 00000000bb1814be4b76f4a65b8bf0e52382df9a7257d86449cf1c8d5926c746 1 0.00/1.00 vMB 0
37,751 37,751 000000004ea629a81089696410ab385a6fe5c41f306f78a7c2ca4fd8588f74aa 1 0.00/1.00 vMB 0
37,750 37,750 000000008e4fb56914bd1bb5221a48222ed23c13a219d8da8eaedee9d786aad5 1 0.00/1.00 vMB 0
37,749 37,749 00000000b85f136331a93558bedffc6c0ab5680fc533eda5a0a22e452c9b9c44 1 0.00/1.00 vMB 0
37,748 37,748 00000000444f3406225b3065b8d659bc8801e2fec69b52113469ee04147143b8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.50 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: 825.12 GB
    • Received: 25.14 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.