Loading Tool

Explorer IconExplorer

Memory Pool

31,484 transactions
9.93 vMB
0.11760350 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.19/200 MB

Candidate Block

Mining Attempt ef4bab42309a387b4e86211b19d6d5ba183a42dde33ded7a6f983056a7bd9f84
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root c98f2367ede63e542e555c2f2545830eeb0935d3d98ae680556472fa112ff391
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.03552346 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (770,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,281 142,281 000000000000049d14ed1ce45f99cff8c85385bf29b982e867b54ad1ffda9422 114 0.03 vMB 46
142,280 142,280 00000000000004dc8ae7823a1d2ad77e497670532b1cba204d10a30a0af9d5cf 62 0.04 vMB 99
142,279 142,279 000000000000051b5d5dab894283999aba8006b9ecedad34a4368acd838dc937 28 0.02 vMB 195
142,278 142,278 00000000000005310157e5a53bcd41872cc3bbc5e9f40605aa7222dedb0b433b 78 0.04 vMB 97
142,277 142,277 00000000000004fa2a49c20e4e5fb8ee0f7b0e5c9509ddc4a7eb71ad4333a366 82 0.05 vMB 116
142,276 142,276 000000000000015cd2290d4633d6dabba1a4074dc8cc8b5e26ffa1c05127e676 9 0.00 vMB 1,013
142,275 142,275 000000000000012d09450d560af6efd885ff57b76329cf145367cf69f50cac8f 7 0.00 vMB 28
142,274 142,274 00000000000008299907dafb9e424c42a5aafebccf17d9b7e6afd8d3a771b177 19 0.01 vMB 128
142,273 142,273 00000000000008185a53415eb0191325ca2d57c41f3504ce8b5e6ad1a1184fa5 1 0.00 vMB 0
142,272 142,272 000000000000060f8db6f623320cf09b4dc4657e2edcdc62ca6b9215ac351b5f 40 0.02 vMB 183
142,271 142,271 0000000000000831e8ba6894f58a1b05221dbf9a0f8c7594efcb0be7fba9cd8a 19 0.01 vMB 72
142,270 142,270 000000000000072d0d36e0e2ce44b71f328862ec77af8bf736cd71e2a1cca900 64 0.02 vMB 2
142,269 142,269 00000000000001d141d31d5a04a3f2c5fc95cc8cfa2aa3965b9047fc783ff346 23 0.01 vMB 19
142,268 142,268 0000000000000642a3fa49bfafb1a93087dc1e2968c9cd5427251b57962aec01 9 0.00 vMB 835
142,267 142,267 00000000000006afef3a2f33e25ca17419d9065ca852a9362138ecfce07c54c9 22 0.01 vMB 548
142,266 142,266 0000000000000790070a503b2d5c76b98c6e684a51c21a727b1297a446580d51 7 0.00 vMB 45
142,265 142,265 0000000000000480488a58d1f261c5348c800a330a9ce9c691a7e1223979124d 145 0.05 vMB 25
142,264 142,264 00000000000000ced27c73cf044cb350172b8d6e435bf0944c0c985cc365afb3 107 0.06 vMB 917
142,263 142,263 0000000000000591a27b508f1a696b48f13ec4caa182c3482a7e748db2d88c2f 98 0.06 vMB 255
142,262 142,262 00000000000006705a4add90252e46609d6d16c499b3d4e5737bf73f6b308224 30 0.01 vMB 137
142,261 142,261 00000000000000ae2443ff68ebb364b2a9f2808f17e3d9d14cce3c0d3fd7d12d 12 0.01 vMB 23
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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