Loading Tool

Explorer IconExplorer

Memory Pool

45,296 transactions
27.85 vMB
0.08911943 BTC
Random Selection Loading Transactions
Max Size: 146.26/200 MB

Candidate Block

Mining Attempt 5ebffcb678777e90602f40432939416fc81a7d2fafb9adc88cdeaf5cf3306916
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 54ab5223c009d38b9b26314eb3889ff93025053d8c30bc476966f5131ac91d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.03439644 BTC
Feerates: 157.73 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (231,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,581 683,581 00000000000000000002ccead87fa4bc1c2d5cd633ffa9b7fa1991db013560a5 2,822 1.00/1.00 vMB 81
683,580 683,580 0000000000000000000023b1f159ee46121404b652178c1b939cf54cb2e9d2a9 2,543 1.00/1.00 vMB 97
683,579 683,579 00000000000000000003e212fd9a6c1ef9d74e7ae8a5e5cdf5e4e34c0a42fd60 2,413 1.00/1.00 vMB 64
683,578 683,578 0000000000000000000250b598a785adf2484d7c5ebe469726dac0482e2c28e4 2,682 1.00/1.00 vMB 81
683,577 683,577 0000000000000000000a0dd65de97ac6e51a405c73c83f4d8d4629481763e89a 2,219 1.00/1.00 vMB 55
683,576 683,576 00000000000000000000597553eab09306f1b47a52863d7c9eb1155bbf442c6c 2,723 1.00/1.00 vMB 75
683,575 683,575 0000000000000000000aca59423ded5bf2f0a31a45c1830a8755d27fb90125d4 2,382 1.00/1.00 vMB 49
683,574 683,574 00000000000000000008a4babb5a19be4eedd00301c3810b28bd51ea0a4e08d9 1,776 1.00/1.00 vMB 55
683,573 683,573 000000000000000000041759f42c98adb604d3f160fefea27d338969be6b489f 1,720 1.00/1.00 vMB 38
683,572 683,572 00000000000000000004679dca4eeb73cfdadb37d3911581027bc46f2ee9c9c8 1,460 1.00/1.00 vMB 58
683,571 683,571 0000000000000000000488db974528095a0007b99376f7c5a87580e5cc120399 2,915 1.00/1.00 vMB 56
683,570 683,570 000000000000000000087de9801712cb549a8dde92e50914a022f95ceb64e4cc 2,313 1.00/1.00 vMB 53
683,569 683,569 00000000000000000000fd24aa77e219f8d4e02b7f02dcc1abec3af075ef9471 1,122 1.00/1.00 vMB 57
683,568 683,568 0000000000000000000052080e9f0b400bbcaae41bbfd49e5d87dc5dbd4c978c 2,097 1.00/1.00 vMB 65
683,567 683,567 00000000000000000008dcbc07eddc1001541a2ffba4da22675f643f5c50c9a2 2,178 1.00/1.00 vMB 70
683,566 683,566 0000000000000000000a69531836b58653ef1c26f993218c58a639578da55605 2,726 1.00/1.00 vMB 115
683,565 683,565 000000000000000000030f2f7794b8f8050a6c79518e47568527d1e67cfd7f85 2,085 1.00/1.00 vMB 37
683,564 683,564 0000000000000000000329cf9c2196a4384f0de5e9ee505cced6a79538de0835 237 1.00/1.00 vMB 5
683,563 683,563 000000000000000000086f883a9958bb5d6963b01c215e0f0ec9737356f2c4d3 1,646 1.00/1.00 vMB 32
683,562 683,562 00000000000000000003aca3362fe22e5359f8f43cc43e0857349789dfa4b663 1,658 1.00/1.00 vMB 33
683,561 683,561 00000000000000000001500042c939790c0352d83e7a0d88470ef7174ee66f07 2,167 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.