Loading Tool

Explorer IconExplorer

Memory Pool

76,963 transactions
28.57 vMB
0.06323502 BTC
Random Selection Loading Transactions
Max Size: 173.41/200 MB

Candidate Block

Mining Attempt 5f51cab3535295d334b20d9c09fb15347ade91ea978188b88c5d6a639c3c3644
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root 708c5cb5af40b92e0ed5ae5d1308ca691dc0c8e8de9b4d1587a204d74f76410c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,935
Size: 1.00 vMB
Total Fees: 0.00388664 BTC
Feerates: 8.89 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (828,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,151 86,151 0000000000255c78b53fc3a83d849b7facb97b9de216548a77acd30ba32e2593 2 0.00/1.00 vMB 0
86,150 86,150 000000000007cd1ec53c5d8c900da2a8db018e098fd719a83569048646e70e9c 3 0.00/1.00 vMB 0
86,149 86,149 000000000026b6edc52a13786eb4e7632bc72562c8c90b30fe283653c3402334 1 0.00/1.00 vMB 0
86,148 86,148 00000000000bd2b5705a74ecfadc76cadc0131c0e30bfa01f3cc1d3da2042a5f 5 0.00/1.00 vMB 0
86,147 86,147 0000000000094cdb108a138b6ec10e744bab358013487ebd530250707eff9142 58 0.02/1.00 vMB 0
86,146 86,146 00000000000ac5a801933f0cb21b9daf766f9a879815b09dbb3d9ea9b9b5aff7 6 0.00/1.00 vMB 0
86,145 86,145 00000000001d4f94f6b9b6fcf1b17c0cad2dd65ae2abb77d38519772a127996e 1 0.00/1.00 vMB 0
86,144 86,144 0000000000227a74d0ed158d454901f98cc8254577ab0f83a3871c2b2706bdb5 10 0.00/1.00 vMB 0
86,143 86,143 0000000000041c400d714596b99da9a55e796c8b1a0ab524df808d679abf21f7 6 0.00/1.00 vMB 0
86,142 86,142 00000000000f657c42ecc0b826e8f029f78c2a7947e91b22642bc7203552d909 6 0.00/1.00 vMB 0
86,141 86,141 00000000001ca47a8c1b7972b23e0023b7318b8f5584c9b8781222ff8f3c5623 4 0.00/1.00 vMB 0
86,140 86,140 000000000005f54f6fb22ef9d43dfa0b53e5c51119a8e57a90c4c40201642fc2 9 0.00/1.00 vMB 0
86,139 86,139 000000000002b0380bd49d74f607bde5d097241d90bc5d914076aa6be38bb729 25 0.01/1.00 vMB 0
86,138 86,138 00000000002cda82aa28d11263be10545aa2eefcded8b1a3be1b4b1903ee2548 1 0.00/1.00 vMB 0
86,137 86,137 00000000001e89266320887f08e6358848ebd90380ee9621c145d8b1b483cc31 6 0.00/1.00 vMB 0
86,136 86,136 0000000000187413a46967ce5e892e3f9fedbe9c38eab8ca9964a9354a56cad8 3 0.00/1.00 vMB 0
86,135 86,135 000000000020de9d4a3521c9f32605d317ec5cc8a2c2e16038c46034f65ad445 3 0.00/1.00 vMB 0
86,134 86,134 00000000002f5774085bfa601ec72944f4c3870f362af480dfa13daa0b8fc9cf 7 0.00/1.00 vMB 0
86,133 86,133 000000000010c44239902c92883b66b80090b47c06065a5be5002d51095cdd3a 2 0.00/1.00 vMB 0
86,132 86,132 00000000002d068338ce36080cd8b5c498e7b5758c084d52086ef4101c1f522e 5 0.00/1.00 vMB 0
86,131 86,131 00000000000ac6477239011a8c9a7d12011f8df170758524db5c797704bdbd8d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.57 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: 670.27 GB
    • Received: 15.84 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.