Loading Tool

Explorer IconExplorer

Memory Pool

79,355 transactions
30.11 vMB
0.12652181 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt 257f8cfdda7bd69cce5de3ff424dbaa52c91817444d729da9dc1c9bfa81e92a8
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root bad4c7a3b5861751b48599affc0fb5d27e09846ee301a54a01d7c1bf86edac0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,065
Size: 1.00 vMB
Total Fees: 0.03967798 BTC
Feerates: 673.02 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (347,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,392 567,392 0000000000000000001222c0ff2d3123e9c90c16b88b3a662a79955c1dfa69f6 1,619 0.55/1.00 vMB 17
567,391 567,391 00000000000000000015679c5fd9488790e34a2716c79f9f5e9cf78335c4356b 1,360 0.43/1.00 vMB 18
567,390 567,390 000000000000000000281f34d1373a0cb889c371ed4063b4e8ed96a39a4d96c9 2,373 0.87/1.00 vMB 17
567,389 567,389 0000000000000000001814448ce80289067de20b911b85139c9dbad23dc07ad3 1,572 0.55/1.00 vMB 17
567,388 567,388 000000000000000000189c46aacf88b5fc22bb5437d5c225bd07e35d37203461 1,517 0.50/1.00 vMB 20
567,387 567,387 0000000000000000000f317d2c7ddc31aa3a37c462e4f17abba0c0613242bcef 796 0.25/1.00 vMB 19
567,386 567,386 0000000000000000002c57833858d2f7084e5cc4e512e9cfad70460c6fa9e059 1,512 0.68/1.00 vMB 15
567,385 567,385 00000000000000000026f24b3b25d00ce34cb60ec6cfd981a1451fbd3fdf8eea 628 0.19/1.00 vMB 19
567,384 567,384 000000000000000000283f061087c4ca314cd21a85f754eda9bf1605d3db22cd 456 0.29/1.00 vMB 9
567,383 567,383 0000000000000000000d11ab5833f36a27d4c3017f5a9230caf9fb47a73f0a71 941 0.46/1.00 vMB 14
567,382 567,382 000000000000000000054d45d10fe8a71f45d6ef5faef81fcac1fc36db803368 269 0.14/1.00 vMB 16
567,381 567,381 000000000000000000015db6877745717c30d5e16392f6f7ed2543dacd1ccc9d 710 0.65/1.00 vMB 8
567,380 567,380 00000000000000000024d96ba76627b48b37ca0aeeba06a5d59d1b77edd81abe 2,971 1.00/1.00 vMB 18
567,379 567,379 00000000000000000006729001c3dd62b8f1ff703f32e043778a1105047a0b98 595 0.32/1.00 vMB 17
567,378 567,378 00000000000000000023cba007a5fcece8acaee86d88e36f3aeb3d36067b8277 2,241 1.00/1.00 vMB 14
567,377 567,377 0000000000000000002140b06a280e514df8aa3d0bb36e00afe621c0f61e1523 1,156 0.43/1.00 vMB 17
567,376 567,376 0000000000000000000a60d3284a670ab3dbc79964b1d6611ad74244d269ec66 1,732 0.87/1.00 vMB 16
567,375 567,375 000000000000000000255ca8049699dd19535e83df5e30a9ada8b278000e0e6c 427 0.28/1.00 vMB 16
567,374 567,374 0000000000000000000a6b393c01289bacb53446d1c4d386306344e329b37493 470 1.00/1.00 vMB 2
567,373 567,373 0000000000000000000144ba92f67b9c352ec9c896f8d07006c4b7e1e01a5613 2,496 1.00/1.00 vMB 16
567,372 567,372 0000000000000000001575e03f8f88667b7ac77b2559b9c3bdf6bd425ae0d3aa 2,311 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.29 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.