Loading Tool

Explorer IconExplorer

Memory Pool

77,425 transactions
28.76 vMB
0.07056616 BTC
Random Selection Loading Transactions
Max Size: 174.50/200 MB

Candidate Block

Mining Attempt 3236ff403af6c746abd490381df025d9aba1fca7106238b0adcc70cd4539cec8
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 6e58ef7dcc9b9df5929285d7a956fc6cca3d5944736b43c548386845e818cbea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,163
Size: 1.00 vMB
Total Fees: 0.01081821 BTC
Feerates: 299.43 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (461,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,283 453,283 000000000000000000bc5c738db927f4300ee0255799e4baccb8a16f858cb2d0 1,719 1.00/1.00 vMB 83
453,282 453,282 0000000000000000009c57127b89b6241bc2f4402ba43e4d1cf2b9820eef12b7 1,471 1.00/1.00 vMB 44
453,281 453,281 00000000000000000180b25dfa0a28b5a7a73bdbac65c53752bfd669c6e2dcdc 2,333 1.00/1.00 vMB 75
453,280 453,280 0000000000000000004dfb803ffba07f98518f1156d2fb0eb31a4f391023d8b8 2,524 1.00/1.00 vMB 86
453,279 453,279 000000000000000001fed39df58c93f42483007dab1cc13ed97b33eb0e0295d8 1,590 1.00/1.00 vMB 91
453,278 453,278 0000000000000000022b10503a6a4f5ed4ec6b8614959f233e418f3899cd3dcf 1,091 1.00/1.00 vMB 114
453,277 453,277 0000000000000000000331fbcc7574d4af16ceb43c860b94bb3ddf4a24e6c179 2,320 1.00/1.00 vMB 142
453,276 453,276 000000000000000001acd703c16a19a3d50b23505806b03303d64264d8f2ac06 2,246 1.00/1.00 vMB 99
453,275 453,275 0000000000000000007e5fb7cded79d93874295ad77bb8aa4bf3c18d1a021b18 2,291 1.00/1.00 vMB 141
453,274 453,274 000000000000000001820e197b920682e124fc35b871bbccefce4d95c5fd9933 1,714 1.00/1.00 vMB 165
453,273 453,273 00000000000000000177de62e1f7ef3e430b45728e4701d378e2b1a8e5b481f9 905 1.00/1.00 vMB 36
453,272 453,272 00000000000000000065b01c7fdd26814e133d01d505c818648d73057fb05224 1,390 1.00/1.00 vMB 64
453,271 453,271 0000000000000000009ed83ac8b5b9c8bc5be1c2efaf5c26d74304687debc1b4 616 1.00/1.00 vMB 20
453,270 453,270 00000000000000000221b60d1fdba0676ac0dcd521dc9604f9f57bebf4621b53 1,722 1.00/1.00 vMB 67
453,269 453,269 0000000000000000028930a64563f4d3b19f01081858ee188f5a0dee2d99500a 2,053 1.00/1.00 vMB 84
453,268 453,268 000000000000000001bc9e9ece254dd8455631a576369e7eca1143e59ffde30d 2,246 1.00/1.00 vMB 122
453,267 453,267 000000000000000002129b012d6806415d77c5288ad14894508917fd2764959b 2,200 1.00/1.00 vMB 118
453,266 453,266 0000000000000000005cdd3c1804e0002c525788c57a09fdc5e301b2a32e6bd5 2,188 1.00/1.00 vMB 100
453,265 453,265 0000000000000000000c030bd64d6babc6f8a26bce0d08c9c420ad3ac254a26e 235 1.00/1.00 vMB 19
453,264 453,264 00000000000000000291f7c8e97d6687cc6a8a2ca4d0eacc2ae4146334414cbd 670 0.63/1.00 vMB 37
453,263 453,263 000000000000000000ec730befd1d6545a3e3cbd7084f4f50bebe4b6ed21b087 300 0.71/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.