Loading Tool

Explorer IconExplorer

Memory Pool

74,548 transactions
29.07 vMB
0.07678639 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 7a6d6cc94a04a6aa2dc4c43d2e2e4cb025e7cda703326d57d8dd97483f3c0ed1
Version 20000000
Previous Block 00000000000000000001de95a124532fb5b79f73499f42c91953c61275ccc598
Merkle Root d55eef88ad59e43ce62bd4d1b47bd78ac4a894c4562fd4a0bb3c83e37a0ec5bb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.01236481 BTC
Feerates: 73.20 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,429 (74,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,553 840,553 00000000000000000000ad662c5b9057d9e7585a4c413643d4d607e555fe0c72 6,366 1.00/1.00 vMB 318
840,552 840,552 0000000000000000000134cb6686701cc70616ab94cec5eefb9b22f2e39f5e91 5,153 1.00/1.00 vMB 338
840,551 840,551 000000000000000000026a3844e304e06d87769e1a97ded715b26f43e67f70d2 4,936 1.00/1.00 vMB 369
840,550 840,550 00000000000000000002538434075811fa983b35faf8beb4ed789393f541decf 6,249 1.00/1.00 vMB 328
840,549 840,549 00000000000000000000a8b55580b04277032c98e3fdd63722cc927d54de9e9b 4,916 1.00/1.00 vMB 389
840,548 840,548 0000000000000000000050c1c51208603a78a8bfc5004a831c020fdb64ffac54 7,295 1.00/1.00 vMB 40
840,547 840,547 00000000000000000001d9d7acea398f80c94ee1f05114597f9556a628a0bb5c 5,990 1.00/1.00 vMB 271
840,546 840,546 000000000000000000010ddc5608b0801b7035ebfa78081ecfe35667136d7468 5,846 1.00/1.00 vMB 279
840,545 840,545 00000000000000000000595924f8eecc73302c1bcb8579d108732e606e5d086d 5,487 1.00/1.00 vMB 304
840,544 840,544 00000000000000000002da15691a366d3a4f06635efdac3b333731b42ea297bb 5,585 1.00/1.00 vMB 293
840,543 840,543 00000000000000000001f8bca1bacbab6e9fdb873cfd394c21cf38bf40df9af7 5,776 1.00/1.00 vMB 313
840,542 840,542 000000000000000000016c79894b95187d7e6cf269585b62023b4743b5b0c908 5,665 1.00/1.00 vMB 312
840,541 840,541 00000000000000000002ae80ee4a5548431204577ede9786cbcb65b16fb31370 4,269 1.00/1.00 vMB 387
840,540 840,540 000000000000000000031c7781e4123b092c76f8f14e597c53e8c28e0741a783 5,972 1.00/1.00 vMB 288
840,539 840,539 0000000000000000000138589f85955bd7abd57eab83c1093092ff5b9180f20a 5,355 1.00/1.00 vMB 323
840,538 840,538 00000000000000000001002d52bddeaf025175405baca0a386c853369e3340c3 5,685 1.00/1.00 vMB 289
840,537 840,537 00000000000000000001f7d7d83ca3f53d843e9bcef1aeb00055f82f3458a943 5,528 1.00/1.00 vMB 283
840,536 840,536 000000000000000000025a16431b2e09704bd5d2e8cb9f93fdfabe8e1ed331c8 6,023 1.00/1.00 vMB 301
840,535 840,535 000000000000000000014a6b3e88c09344189ea9b5f36a81e3d63130e9a450cf 6,036 1.00/1.00 vMB 311
840,534 840,534 000000000000000000013ca6317dc547c1928d8f8c855ae7b3a846c012d9ff25 5,306 1.00/1.00 vMB 370
840,533 840,533 0000000000000000000224c63cf446b76ce0eaccf108fb3fd8c35ea3d51d3898 5,381 1.00/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 783.13 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: 741.95 GB
    • Received: 18.64 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.