Loading Tool

Explorer IconExplorer

Memory Pool

25,874 transactions
10.99 vMB
0.02739091 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.43/200 MB

Candidate Block

Mining Attempt 723a8aad7c75cc685eb6a14551374d0e6037c04a2b33ad76c16f4853b43f4421
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 2dfe9b20e55f1e4c983316ed8282591992cfd57dac33b4c5064307b6573a5091
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.00906511 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (771,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,163 142,163 00000000000001d0cdc51cfa198e8a4c697370ef96bb6134621762dfc4bc8156 10 0.00 vMB 495
142,162 142,162 000000000000074b5aae04691b52ef04f863f8306c44784e412860c15c7c7f07 156 0.05 vMB 56
142,161 142,161 0000000000000552e435d783c7155cbe14558e69167a83b8280017b6cd663deb 41 0.02 vMB 129
142,160 142,160 00000000000003201bf50180258beb4a93fc8ba6daa47cfb52348890a606d587 34 0.02 vMB 412
142,159 142,159 000000000000075e6f82a8bedf16e0342608c78581214a17b9db0391b266387c 56 0.02 vMB 201
142,158 142,158 00000000000008809fb65ece2b8cb721ab39b9af0168606071c5f5fa1ed1dbed 41 0.03 vMB 152
142,157 142,157 000000000000036de0327339317c9cdfa518b8fd21a1efd7b2adeb4087500d49 75 0.02 vMB 196
142,156 142,156 00000000000007b42a2461658ad27c24eeb3ef7c00e4091508ad4dfaf39834f3 91 0.03 vMB 97
142,155 142,155 000000000000053f4196eb35cfb67bd89689a2581e12847e6507c32415900d16 49 0.02 vMB 259
142,154 142,154 0000000000000490f0d714956e686709e4b156283b0b762b8233d656d4ab9f4c 31 0.01 vMB 191
142,153 142,153 00000000000007146d5021e4ecfdea49b7d8b7367434b60d477318021e252545 55 0.02 vMB 51
142,152 142,152 00000000000000bc3b441a6b540727a95eb7d3acaee0732e92abe6ff7c54a202 20 0.02 vMB 57
142,151 142,151 000000000000048ad14c431ab43589460ea374c91b130a014357b57ce36b7c1a 37 0.02 vMB 313
142,150 142,150 0000000000000120d1810a4caefc81b13e4e66a2a9da56ca1a01e019ca77e29f 5 0.00 vMB 0
142,149 142,149 0000000000000159f67669b838916a13b34c54d345f0ce421bc52c3ae3449913 20 0.01 vMB 26
142,148 142,148 000000000000041aae6468bb80a6bc4cd57074280df6839e123811e9f3e5feac 134 0.05 vMB 125
142,147 142,147 0000000000000422114f73887c746adaa87af049bfa111a88f754aa640daaf8b 64 0.03 vMB 133
142,146 142,146 0000000000000917bc38811358855fe84a4c95e229d05593ced0a4e6216da5d5 7 0.01 vMB 50
142,145 142,145 00000000000005d1070e075178b17fd8bcbcc939892cfb539b019d0bbd75164c 16 0.01 vMB 233
142,144 142,144 00000000000004aea2999e2b2f26a1981f34611ce0596f05fa8550f27f46d4c9 34 0.01 vMB 54
142,143 142,143 0000000000000408aa6179d58ce12908ed62a3909e464a81697f82a8d46bd879 40 0.02 vMB 153
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 380.91 GB
    • Received: 1.92 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.