Loading Tool

Explorer IconExplorer

Memory Pool

16,159 transactions
7.83 vMB
0.02211764 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.18/200 MB

Candidate Block

Mining Attempt 2281411fc530231ea3bedab8bedb6deb0705b7db7ed8c5ec22f7b8a1fa0acaf9
Version 20000000
Previous Block 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2
Merkle Root 2347ca237b2f698ffe1de45819516f5037d764f9630e8b7fbc4916c2f13e5883
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,668
Size: 1.00 vMB
Total Fees: 0.00611219 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,416 (771,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,166 142,166 00000000000006b5843a47c2defbdcb3fd6a1e8b61f35af8b44cdacdd33d7300 18 0.01 vMB 181
142,165 142,165 00000000000005fee95a30fad53ce8c7473db76950b3596069060edfc8637640 19 0.01 vMB 441
142,164 142,164 00000000000006d5c48f5f9d3d141608e76740565a9ae6fbed8bb2f19ab1ccde 39 0.02 vMB 48
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
Previous 10 blocks ↓
Total Size: 779.59 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: 290.68 GB
    • Received: 1.18 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.