Loading Tool

Explorer IconExplorer

Memory Pool

79,113 transactions
29.45 vMB
0.08390229 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 0c4510884f978e9cc5f254c03b4f95a8c1c1e1f0854eb6ca3851daf4f829e2e1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root eb0138a328f0f039cbc212fa75e21568cdc5895504e48780841ea35122737398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,344
Size: 1.00 vMB
Total Fees: 0.01919866 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (490,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,550 424,550 000000000000000004c6a895e2ea6e12ff5e8046454ab663d14b569734228b8d 1,755 1.00/1.00 vMB 60
424,549 424,549 000000000000000004da0eb169bfd01b53377a3442836562a758817dbf6f61d4 1,991 1.00/1.00 vMB 58
424,548 424,548 0000000000000000030d5a93cb47a8ddaea28f050c1baa1a0df834bcf9613b9e 2,672 1.00/1.00 vMB 84
424,547 424,547 0000000000000000034f9420f175835a4c89184ba4517833d5d0be836d512cb2 1,289 1.00/1.00 vMB 29
424,546 424,546 0000000000000000042ff38e48ce65afb53c8cc44f6ab1aaa5fa870332245b3a 2,584 1.00/1.00 vMB 79
424,545 424,545 000000000000000001751bc12f75e2baa589dd769b0ceaaf0811299a6db0bb3d 2,283 1.00/1.00 vMB 60
424,544 424,544 0000000000000000053027e87de8298f06e42d30933c9fea3af9c116a5852659 2,762 1.00/1.00 vMB 87
424,543 424,543 000000000000000002dd26d37cb4a31774234bda10cc17af00559cf1a6c91497 2,651 1.00/1.00 vMB 80
424,542 424,542 0000000000000000046e49880e47b3d2a03a268adfc86f4605d9191b16a8e19a 234 0.11/1.00 vMB 70
424,541 424,541 00000000000000000469523336fa4bf7b9f0bf9537383b97a20379452cfb78fd 2,130 1.00/1.00 vMB 61
424,540 424,540 00000000000000000284c93d0ef9c6842b3fb74adefd7fa29f421ee5315b063c 2,099 1.00/1.00 vMB 65
424,539 424,539 000000000000000001c19bd52c16485e3fd6d42eee68d83251ecaf4443c933db 1,852 1.00/1.00 vMB 43
424,538 424,538 000000000000000005001d512fbd4b81032a4f488a7038cbad9f9f9dfc4ee7dc 2,806 1.00/1.00 vMB 105
424,537 424,537 000000000000000000547eff2c9b2ad6570ba5627b21f9e3fc7e969e6c584f48 2,754 1.00/1.00 vMB 98
424,536 424,536 000000000000000002480c3814dabb81a5d65a8cabc7c7d6e721bd0879f4a0e4 443 1.00/1.00 vMB 11
424,535 424,535 00000000000000000270cf59157757ff8126b7ac795d193748f44199a548363d 2,005 0.96/1.00 vMB 54
424,534 424,534 000000000000000001f0ed240c568d5f253d974d731fd20082c75d5b0c3b1d57 2,023 1.00/1.00 vMB 62
424,533 424,533 000000000000000001616890f53881410d852c3b84b3b89d2c8f0bbdd5207581 1 0.00/1.00 vMB 0
424,532 424,532 0000000000000000000a91814e9eeff49fabb5c47c5ba7012360208cc7e0fe35 853 0.40/1.00 vMB 56
424,531 424,531 000000000000000001e4faf33ca9516bbe6054330a8c3a94cffb895faf95b982 605 0.28/1.00 vMB 61
424,530 424,530 000000000000000001e1450b8089bac13c69942660f54360abeb0b8a382a5cb5 1,292 0.63/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.