Loading Tool

Explorer IconExplorer

Memory Pool

18,995 transactions
8.34 vMB
0.03212131 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.30/200 MB

Candidate Block

Mining Attempt db11045384b09343f54fd58cb106c2b3f484bcdecbb8e748d12cb01c09d198a0
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root cc9beac6ea722fb7688b33cd0e4260bf114bd22179485a61f424cb23e4892e87
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,759
Size: 1.00 vMB
Total Fees: 0.01440338 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (754,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,760 158,760 00000000000004a5122e250715fc230a0b1acb9840e63835fa2d7f1ff1d0ad01 10 0.01 vMB 26
158,759 158,759 0000000000000bdd979586dcc66c7706608e8dc907dceb6fdcfb70b60618a061 40 0.01 vMB 9
158,758 158,758 00000000000009b39abdd850f7080f4f519e454208eb975e495d828b474c75e2 32 0.01 vMB 83
158,757 158,757 0000000000000514653c5ec485eb507181c0ac2502b64782abc9f39becfb5cd9 35 0.02 vMB 96
158,756 158,756 0000000000000c32222a6e39e6969db7256178ef613cabde830b4011be11f776 6 0.00 vMB 30
158,755 158,755 000000000000049d876501834eb8a2706106b77a2a1b2e175755167a8dad0727 94 0.03 vMB 7
158,754 158,754 000000000000057b44249ab515ead8956abee276684f34791584e996157a8f76 14 0.01 vMB 234
158,753 158,753 000000000000037d54c5809f1a5c965e38ca27e30ea08fc3e13d822f47e5171e 15 0.00 vMB 71
158,752 158,752 0000000000000724cc00b738655b2ced23928500a6968422a410f36566cf394a 19 0.01 vMB 486
158,751 158,751 00000000000005355566bb0a21346348388c864c399663816e1256ddbacb20e6 10 0.02 vMB 5
158,750 158,750 00000000000005f4eccc33a62f227c1894ab1b2092eb7f9842cac7f3a6579674 8 0.00 vMB 0
158,749 158,749 000000000000098f6b599e429e99197d454d0116015c2a7f3f13fd04fdf20771 39 0.03 vMB 70
158,748 158,748 000000000000052517d56d76817cf16e8d47d562d784a98c652b7a94c257db2b 14 0.00 vMB 0
158,747 158,747 000000000000004a84009ff6dfe4657e78e86f1c40fa6716cb12be248e896163 1 0.00 vMB 0
158,746 158,746 0000000000000ba56176eee9fc28e385f05d72b3fd9398a741aab65751a68891 30 0.01 vMB 146
158,745 158,745 000000000000036a03110313b313f9bf6591fd70fef9d663d769015c7baaa644 31 0.01 vMB 5
158,744 158,744 00000000000005af3e208df83459b7b21fbc1ef6b4dddbf3309669edb19ce2fe 30 0.01 vMB 49
158,743 158,743 00000000000000a48392f6a69805bc1495b17ad3bafdaadd70f2d77686b13109 21 0.01 vMB 229
158,742 158,742 00000000000007f7b9d082a369a453d28fe80c3090e78d217099ed2dd58ead2f 13 0.00 vMB 432
158,741 158,741 00000000000005863fe64c83ab28bf7de539e78a93000fca1bc92613cec0e1c8 36 0.02 vMB 154
158,740 158,740 0000000000000cd0b84d68e400f48284a540e276015335487c701318cfc80e67 97 0.03 vMB 5
Previous 10 blocks ↓
Total Size: 779.56 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: 262.38 GB
    • Received: 1.01 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.