Loading Tool

Explorer IconExplorer

Memory Pool

44,383 transactions
26.60 vMB
0.06177626 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt 14842ab2114da7b5017837c7b4b3b84e5700fe53c05f89e63b705351515f143b
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4c53f22c46fa8c674075f79c16aaf064c5a0402eff66d89dbd86fc6a11bb3af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01299012 BTC
Feerates: 100.36 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (898,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,577 16,577 00000000383c3cb9a8028e98dba0170f4e5176a9fb933d7ae6934261c2100f8a 1 0.00/1.00 vMB 0
16,576 16,576 000000003dd019b3999f229873fbd7a298f868c891e3729868e29c91d9512126 1 0.00/1.00 vMB 0
16,575 16,575 000000006e1700f900c989f40a33087d81640958194b8a292e519a0461f4276b 1 0.00/1.00 vMB 0
16,574 16,574 00000000c56c2e44543ded2e52d8cbed47354cca3a22350af9428ec383c37e96 1 0.00/1.00 vMB 0
16,573 16,573 00000000b93464d99c353e487de77f5ee2270e78219fdbe2dd7d9d419d066dc0 1 0.00/1.00 vMB 0
16,572 16,572 000000007507b5b48b0b56389663fd6fc2aca0f70bd3778fa67029b0e30c0c01 1 0.00/1.00 vMB 0
16,571 16,571 00000000561434f9b98d1389503f9d066abca3687ef1fc014525e7e2e63504b9 1 0.00/1.00 vMB 0
16,570 16,570 00000000e60a6ac0e94a9e0625d74ff820544acb85fff9bbb96bbbd20d3fc224 1 0.00/1.00 vMB 0
16,569 16,569 0000000022a4226e0181579a70428d0dc61aa8ae25af01e643b1149c74c6cec2 1 0.00/1.00 vMB 0
16,568 16,568 000000003c8e3e278ba69408f1f0e22416fb6464ebd1dd16185cb5d95b8b4748 1 0.00/1.00 vMB 0
16,567 16,567 000000000e1813e885df5cb6628c1a5baebcf887eadfbdad09efbdaeb3370324 1 0.00/1.00 vMB 0
16,566 16,566 000000003ca97b6668da8f407aef09ec788530089ee8dda25d44c709b80302d6 1 0.00/1.00 vMB 0
16,565 16,565 00000000802ee3fa743f619fe7827dcdb7e2bef3e22ce1f12b60ca574b27ba7c 1 0.00/1.00 vMB 0
16,564 16,564 000000006dba4d567bdd008f233f826a05a2b9195324af92a231fbc9273cf901 1 0.00/1.00 vMB 0
16,563 16,563 00000000fe14ebcd6219d3cbfbc6550430826d8686c06377b7ffc915a64f82cf 1 0.00/1.00 vMB 0
16,562 16,562 00000000a056239c84fc8a3928c445181200ef8530f3557b0ef2cf596cfc5148 1 0.00/1.00 vMB 0
16,561 16,561 00000000af33703a30d73a5b86992d7834937806f072a066eefdacc2c79e4bb0 1 0.00/1.00 vMB 0
16,560 16,560 00000000c746535a79e2ab28b7bc62c5e82796caf0e4dd12846b89fdab0ed438 1 0.00/1.00 vMB 0
16,559 16,559 00000000df386668c7c879f5848910521fdabe4e49abc0f9798a2b6c851f1528 1 0.00/1.00 vMB 0
16,558 16,558 000000003d9782520672bf34f9cb7c0799380f5c525e35f0915abf70b4bf13c7 1 0.00/1.00 vMB 0
16,557 16,557 0000000026a5a2499533956ea4740dcd8a3f01a86a65befb47120c1e04c7ace3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.66 GB
    • Received: 12.75 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.