Loading Tool

Explorer IconExplorer

Memory Pool

42,675 transactions
26.30 vMB
0.05639242 BTC
Random Selection Loading Transactions
Max Size: 138.13/200 MB

Candidate Block

Mining Attempt 9980ae350d538924f872be267de1a52e3d4813ac0f4ddacace3dcf2440d80c00
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root b4c0230e5ce80094a1b324b7a435af9c68c490b4797b6c8f3a9112c59b5e5e9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,031
Size: 1.00 vMB
Total Fees: 0.00837367 BTC
Feerates: 150.92 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (238,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,674 676,674 0000000000000000000c9b46b1101de54de6cf9cfda6fceb9cceb2310dcfdd0a 945 1.00/1.00 vMB 16
676,673 676,673 0000000000000000000253da14c8f064ba9b49c9689c08fea4d3b441aaa0ef41 1,280 1.00/1.00 vMB 15
676,672 676,672 000000000000000000090a9152aaaf9403f5a3f0b3c6fcdb0306e1e0bd36131c 2,179 1.00/1.00 vMB 41
676,671 676,671 00000000000000000000fef42a7ef9528d211735af7d636ddc7a4b0830c85082 1,405 1.00/1.00 vMB 14
676,670 676,670 000000000000000000090987d7b96c4424fe6c3fcc036be7d9274b3d445aaf8c 1 0.00/1.00 vMB 0
676,669 676,669 00000000000000000005b71e8367f378419eeb94fe157b54687fa4aad7e78dfd 1,700 1.00/1.00 vMB 19
676,668 676,668 000000000000000000044a1ec597cfc7255b60bd217d50fa28978f001d7b714a 2,119 1.00/1.00 vMB 16
676,667 676,667 0000000000000000000129ce6729338fd17fe710bad4424c678f866d6bd3e287 1,934 1.00/1.00 vMB 29
676,666 676,666 00000000000000000001f68326cd11b44e833511e78f00284ca191d06fb0a37c 1,483 1.00/1.00 vMB 63
676,665 676,665 00000000000000000007c4fdfc7476a212155a8cdacac041b4884cef81eb8613 1,751 1.00/1.00 vMB 41
676,664 676,664 0000000000000000000bbb942077b1a8a1108da1aaf0edf761c7cb77b4e63bd9 465 1.00/1.00 vMB 14
676,663 676,663 00000000000000000007dc0e2c3afeae9949cc9b6d8ef0427321c7f40690f4c6 1,975 1.00/1.00 vMB 33
676,662 676,662 00000000000000000009f3a093d0c5131f4c9eed2cc0b2df50f592ceecc2c208 1,713 1.00/1.00 vMB 42
676,661 676,661 00000000000000000002aca822a968e985a63d3c5e9b423a88cd2f4fdd029960 2,627 1.00/1.00 vMB 54
676,660 676,660 00000000000000000008794b8c29402fc8a602247d95f591bbf25ea1eb794617 1,853 1.00/1.00 vMB 66
676,659 676,659 0000000000000000000bf9c2a98304efb88808ea267d5a80ce352f2b89325ce6 898 1.00/1.00 vMB 14
676,658 676,658 0000000000000000000012fe5003ffe684d84b526f7686dc65d62cacfea66726 1,786 1.00/1.00 vMB 44
676,657 676,657 0000000000000000000147ed763e84a603ac87900bbe1b17cfaf22ae0d72af83 889 1.00/1.00 vMB 22
676,656 676,656 00000000000000000004a83b9380621601eab83dd2e141805a35d39a14dbb384 1,020 1.00/1.00 vMB 66
676,655 676,655 0000000000000000000b54a9ea1e8a231ca6b019bb8d7479d396d0c81ef274a7 510 1.00/1.00 vMB 19
676,654 676,654 0000000000000000000b229c9fee101a3b6d0e34bd3a9334457173c2773849c0 190 1.00/1.00 vMB 8
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: 10
  • Data Transfer:
    • Sent: 645.77 GB
    • Received: 12.77 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.