Loading Tool

Explorer IconExplorer

Memory Pool

77,597 transactions
33.70 vMB
0.13911215 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt 54053bbe72316c6fa0a49ed4d60dc9219f6dbaef58742230ab3fa103579927d1
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 3535d4dbd3793cc50ec085024d1b240361942277322186b3a2a76fea2d6e2369
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,341
Size: 1.00 vMB
Total Fees: 0.02857027 BTC
Feerates: 100.53 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (634,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,146 281,146 00000000000000024c64712110597f012864bcb56de44641b927b7307dbbb066 37 0.02/1.00 vMB 32
281,145 281,145 000000000000000037ca50bca4a3ea05e710c1b24a25fd361128bb96d7267971 326 0.21/1.00 vMB 37
281,144 281,144 0000000000000000ed71bebb6b1431a9c1544ea3223d2c2bf2670c76f1cc6cb0 665 0.25/1.00 vMB 58
281,143 281,143 00000000000000025a24f4f820dacd13bb61a1d5df392055ae2d38997b71673a 156 0.06/1.00 vMB 43
281,142 281,142 00000000000000009ba9b56de2163c90699acc534fe79099af0ece6d4d7c42f2 199 0.08/1.00 vMB 38
281,141 281,141 0000000000000000449862adc091b72914f5e3129750f61d04163020181e7737 40 0.02/1.00 vMB 38
281,140 281,140 00000000000000009b62e4258312b542af7beffdb5a2f543627ce945b8b16c48 217 0.11/1.00 vMB 40
281,139 281,139 00000000000000002e3f58bea845299712e18d01686094b8804429fef3f095f7 95 0.05/1.00 vMB 34
281,138 281,138 000000000000000260e830b596aaebea3110a61b892d3f1964827cd012d9df53 472 0.21/1.00 vMB 77
281,137 281,137 000000000000000122ee1ea518138f629ffe12fcb83eb453ae10e6b54de0d118 42 0.02/1.00 vMB 42
281,136 281,136 0000000000000001412e1e348dcb96958d3a2425654ef4a756aa864811a83d67 144 0.10/1.00 vMB 30
281,135 281,135 00000000000000012de4f895e6f21b09dbd0bdf92f3c809b80594c4d2190bfef 177 0.07/1.00 vMB 35
281,134 281,134 0000000000000001e7d29257d5e68696d0e03e548ca129432317dc033a6fa91a 574 0.25/1.00 vMB 43
281,133 281,133 0000000000000000700d78a607c678347a7f56cfe5c3d00bf2dfcc2de0470568 129 0.05/1.00 vMB 182
281,132 281,132 00000000000000008f5fe365eae747503602efb8cc34e51a95f0cf51b9af0a38 340 0.16/1.00 vMB 39
281,131 281,131 000000000000000046628e67301587588c2a3e5d5610cb008291a973f9826321 117 0.05/1.00 vMB 91
281,130 281,130 00000000000000024847bb286d8949d5bae657c711235da718234b153d15fe5d 46 0.02/1.00 vMB 35
281,129 281,129 00000000000000024b01ee70458c0bca6dfe644c89e76254d53df984ee815b04 51 0.03/1.00 vMB 35
281,128 281,128 000000000000000012317972a749b87a06df90b75529cdd1ed13667bebf94177 175 0.07/1.00 vMB 24
281,127 281,127 00000000000000018c873a58deae924d203d6e1932620b1081f6091712e77d04 129 0.05/1.00 vMB 141
281,126 281,126 0000000000000000ea984ba95953e91a09cf491b3e8fcb2f5160cdb9de20835b 103 0.04/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.11 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: 733.33 GB
    • Received: 18.54 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.