Loading Tool

Explorer IconExplorer

Memory Pool

42,498 transactions
26.76 vMB
0.08887959 BTC
Random Selection Loading Transactions
Max Size: 139.83/200 MB

Candidate Block

Mining Attempt be07c7025c388d806e9f73b9813e7e90bb86912c593ff9709d73a5f7c1c07b1d
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root dc7dee91b9ac1c23f45de54381ab538ebfc101b917f076fbb90b5f52d9e07143
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.03922434 BTC
Feerates: 151.01 > 3.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (680,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,161 234,161 00000000000000a8f6700c95a58cd3f30532238426f80c5af41f9422cc8787d4 209 0.15/1.00 vMB 84
234,160 234,160 0000000000000019dc712d55eaf6090b2eb84717da296d92dd4641c64e5b2c91 166 0.13/1.00 vMB 107
234,159 234,159 000000000000002f5d51f39b591ef8b9bb65340b96c5cdbeeca063dab2229aad 512 0.16/1.00 vMB 106
234,158 234,158 00000000000000f8cc33dbc8c3c37f88598f33373fbb03b96a1eaf6426da7898 216 0.09/1.00 vMB 184
234,157 234,157 000000000000004b11badcaba4d9bb3755e49807b1f35d9a1803685da677517e 535 0.23/1.00 vMB 151
234,156 234,156 00000000000000acc604f54dead8d3fe5012e8f7433efa21a37f9048b1b3e072 431 0.21/1.00 vMB 173
234,155 234,155 0000000000000028a028eaf063341f6e2777d1b717582ed21b40dd9ee33fe26d 128 0.04/1.00 vMB 358
234,154 234,154 0000000000000139fd59312b6c13a9744879ab1d5d06cf89c478f599db5d7b22 229 0.25/1.00 vMB 79
234,153 234,153 00000000000000bdce61ebce61ce258fb29a3c7ac5f4519fd792bf7bd1b9b2a2 269 0.15/1.00 vMB 130
234,152 234,152 00000000000000845fd86c1b426170d5afbf1f69e3ed20422b9c563208bec8e3 347 0.20/1.00 vMB 123
234,151 234,151 00000000000000610c8e5b8ef11e04ca90862bf9656adbfc5ed3ee8948a06dc7 583 0.25/1.00 vMB 203
234,150 234,150 0000000000000043b9c32226360bd093ac16dae2f5210b18c1b1c10867063dc5 485 0.21/1.00 vMB 281
234,149 234,149 00000000000000e9b2e9186c14b11e817596f76e47195c43fd229622478a43c3 435 0.20/1.00 vMB 158
234,148 234,148 0000000000000120b676c95bb547dbf16dbd5be4d54ad3475db9295665219c02 442 0.20/1.00 vMB 199
234,147 234,147 00000000000000ab0ce6a720d1909b3901fa18ea94a626b73fb21dc645becf5f 783 0.37/1.00 vMB 282
234,146 234,146 000000000000005168d9bcaee8ed67fb018391c5019ed66b3539117f5dc6f63c 339 0.15/1.00 vMB 184
234,145 234,145 000000000000007898135fccf90795f837b49b0fcd5dcb7fea442af9e44618ab 128 0.05/1.00 vMB 160
234,144 234,144 0000000000000143b558d9437144ec2a5508aeed34620ea25ef29d93f3ffab7d 666 0.36/1.00 vMB 130
234,143 234,143 0000000000000111fe1c6adad8a11f519924f058c6c4d77a2e62a993fc9b7c6b 4 0.00/1.00 vMB 72
234,142 234,142 000000000000012b0be1dbbe229f3e6b18eb19fb3b5f83175331f187a8765af2 403 0.19/1.00 vMB 157
234,141 234,141 000000000000018e50c32cc66c8a4bf8eea1e67faa009f8d791e442ea17e1045 237 0.10/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.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.