Loading Tool

Explorer IconExplorer

Memory Pool

26,763 transactions
27.77 vMB
0.06518715 BTC
Random Selection Loading Transactions
Max Size: 133.05/200 MB

Candidate Block

Mining Attempt aca8a05031fb1b159e6141b4eb42697fb65ddfe7ee35c78fa9aaea1182f955e6
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 6684027c75084671779bf6f73f80e5a82bc39a1c5e2163c1a347c31cef05a26e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,194
Size: 1.00 vMB
Total Fees: 0.01220291 BTC
Feerates: 101.57 > 1.22 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (676,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,648 237,648 0000000000000098c1e0c6bc41e66344292a0a5b78d75b89a43b1d3c9c78c859 196 0.13/1.00 vMB 111
237,647 237,647 000000000000004d754f2affa514dda0829ec54fe74fe4ff9b8ad1cd6ad1ffe0 352 0.24/1.00 vMB 118
237,646 237,646 00000000000000cec6df8a4c30813284f45bead61d3990a0274bdf99c3abee07 405 0.17/1.00 vMB 179
237,645 237,645 00000000000000f4b3b6f13dc0b788c18d2d4bfcbb152c1539c16ecf3e2fc837 94 0.06/1.00 vMB 192
237,644 237,644 000000000000017021d5298aa787bc2c21356d59c2c99a825412756c875a2b7a 266 0.15/1.00 vMB 145
237,643 237,643 0000000000000026a2feed90316abfef3fd6458b94fcfcdf45fbb914550a8ebc 640 0.25/1.00 vMB 197
237,642 237,642 000000000000007c067b7de8791fd23926925a3b76c8545455d5e80306922f68 151 0.09/1.00 vMB 128
237,641 237,641 000000000000007228e031da7ac8442764b70deccd8acaa6986e7de2d4469c50 128 0.05/1.00 vMB 186
237,640 237,640 0000000000000046aa6c2e3043081130fbc61cf4bc14664cefef2b7600a23ec0 410 0.17/1.00 vMB 193
237,639 237,639 0000000000000123f10e44355d18975c223e475d18b93f18f13edb54b497fa8c 186 0.09/1.00 vMB 154
237,638 237,638 000000000000010bb2d080d221ff0212dbf49a60791ea48c1bfd58e2ead64b07 472 0.21/1.00 vMB 167
237,637 237,637 000000000000017a38ab33d78455e1f599045ede5eafc23442626cb3f841fcb4 134 0.09/1.00 vMB 120
237,636 237,636 0000000000000154e2fc0d5d97e5deec0de889ddadb63d91d9c158ecc850cbe8 186 0.17/1.00 vMB 85
237,635 237,635 000000000000012ea7114ff170646a031f2e1ca96f94cf379868db83c9517d36 580 0.25/1.00 vMB 174
237,634 237,634 000000000000015611c5889ed10a12b36f40b3fca7381bf35d4c699c13bea71e 616 0.25/1.00 vMB 174
237,633 237,633 000000000000004020280bbdfb3675a759e03cf86bde6a6e4900e6167bac6f8e 89 0.07/1.00 vMB 79
237,632 237,632 00000000000000abe85a7cda4a278e62a9b501950266e22297c7005d1720e335 564 0.23/1.00 vMB 204
237,631 237,631 000000000000000fd30e80a55ec83e5aa4ed43c2c33ec1409e90887f79cd22e9 125 0.10/1.00 vMB 76
237,630 237,630 00000000000000a1340fca3c70c31375d0a3fdc86fb7e78e47285178010e633c 280 0.14/1.00 vMB 173
237,629 237,629 0000000000000119d3b2cc96bca9d603b5660656cc794cc20e822e75a6e8ccb2 194 0.22/1.00 vMB 61
237,628 237,628 00000000000000140b1bd3cd71ab480ad3c8b4dcb080c1553938345f945f3e74 585 0.25/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

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