Loading Tool

Explorer IconExplorer

Memory Pool

41,535 transactions
26.70 vMB
0.06403260 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt e93a19481b9a2eb284a4cc7efb050a3330209eec7e1588c23f486c37e3329f09
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root e6f2fba3d2e3b9c32f0480e25a078a41f6493ea2acb1712bb1e220dd33e81096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,852
Size: 1.00 vMB
Total Fees: 0.01429052 BTC
Feerates: 130.68 > 1.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (432,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,548 482,548 000000000000000000b659f95d1715e65a05aba9ec75ac628e42befe04652055 1,700 1.00/1.00 vMB 455
482,547 482,547 00000000000000000030a1428179bb2f956a97117f252c7439f5778be8519cd5 1,509 1.00/1.00 vMB 285
482,546 482,546 00000000000000000006d1f386693e0a008b43198bc8f12cd5a2996017b4f4d8 1,754 1.00/1.00 vMB 480
482,545 482,545 0000000000000000003c5229211dde282bbce056543bd560fee27b61ac9ed33b 623 1.00/1.00 vMB 41
482,544 482,544 00000000000000000085727bb75007860a491ad0050d014a76d4ace4b16f4f21 2,005 1.00/1.00 vMB 354
482,543 482,543 00000000000000000085e82f2193cd39ed7512fdb44ee1fd6687763509bc1532 1,157 1.00/1.00 vMB 162
482,542 482,542 0000000000000000005c4b7a4b24db9d51c57333ec38c74bc5a0b3c723a7a3b1 1,995 1.00/1.00 vMB 368
482,541 482,541 0000000000000000006bc9998f16cc0315bbca5cd6accfd3292dc4ee98cfcd69 1,639 1.00/1.00 vMB 269
482,540 482,540 000000000000000000f0a822e7ec89f2171c28f9b75227a3f36348e8eb87c315 1,621 1.00/1.00 vMB 115
482,539 482,539 00000000000000000057560b3ed2cc79ad9caac5e84d879ed3e65acd097e8c22 1,893 1.00/1.00 vMB 57
482,538 482,538 000000000000000000d84465b93d57cfa07a6b2f0a67b0a1a918358addca61e3 1,346 1.00/1.00 vMB 110
482,537 482,537 000000000000000000dcb9726d53020d45ea1c7b101ab8fb2f83f7a4535f9589 1,436 1.00/1.00 vMB 217
482,536 482,536 000000000000000000fc7df5cd442d02f28a64e15afd27ca5fe33de403383110 1,063 1.00/1.00 vMB 158
482,535 482,535 000000000000000000b529de6fabeaf16c5215bde5009c0a30c16db0a73db902 1,767 1.00/1.00 vMB 266
482,534 482,534 00000000000000000006e250823bed6a3006d952de2270b31658ff58d7c15dff 2,156 1.00/1.00 vMB 291
482,533 482,533 0000000000000000006bc187e84c1322fff9c36aba769b16951cadc34d554fd5 2,208 1.00/1.00 vMB 252
482,532 482,532 000000000000000000dff4e65b8bb5ad7106bad2cb6227ae767df5d73598143b 2,184 1.00/1.00 vMB 284
482,531 482,531 000000000000000000ab606940f0a2b9603a19b149052e2e708e14a73e16948f 2,404 1.00/1.00 vMB 314
482,530 482,530 00000000000000000109e474d387dc15f2fd6997b236b57a517dac4300514bb4 2,605 1.00/1.00 vMB 311
482,529 482,529 000000000000000000871250dd8257dd3d3b6032c8e453a034d9db93c4e7b29e 2,031 1.00/1.00 vMB 370
482,528 482,528 00000000000000000079476d2f30586ef437721c38124c895a32b05976599b85 2,143 1.00/1.00 vMB 452
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.