Loading Tool

Explorer IconExplorer

Memory Pool

76,054 transactions
28.78 vMB
0.07028789 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt 62ba30cf29e3495028e23e103f420ab60262f0b2e9f661cca854c7cd1230c9ee
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root abee23d48add77eaf87b63204bc8e0e2c640cd6c0855ee25bcbde5e336e99b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.00778188 BTC
Feerates: 104.17 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (322,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,533 592,533 0000000000000000000c5c89b31fc35f1b39f6428305cfca80b6de8af07b91a9 3,094 1.00/1.00 vMB 20
592,532 592,532 000000000000000000151fa195cd208014d6b47df47db4d7a3bdc67c6bf9d7e0 3,092 1.00/1.00 vMB 35
592,531 592,531 00000000000000000000bba90389a9dd5da59ec5f50e921dbadb023a656f1c10 2,781 1.00/1.00 vMB 34
592,530 592,530 0000000000000000000b705e9d1b68e2119347f76b26da5e0ff600a695d1ef38 2,768 1.00/1.00 vMB 18
592,529 592,529 0000000000000000000afff6780ed890779305f1f02c76fcca67c44e275620da 1,067 0.40/1.00 vMB 19
592,528 592,528 00000000000000000008f3b9a1a65c61d59e0cacfbfecb964562bba6a917db0d 158 0.07/1.00 vMB 17
592,527 592,527 00000000000000000010c09f625427075064f80db03d1f9b7495db27309d86ae 717 0.37/1.00 vMB 24
592,526 592,526 00000000000000000005bc7865a2161676c3bd891a7b69a91b8b0c8a7df92852 2,141 0.64/1.00 vMB 4
592,525 592,525 00000000000000000011fc9afc965a8609ffc55e6bc53b560761fd5ad0f46036 2,264 1.00/1.00 vMB 33
592,524 592,524 0000000000000000000adda2246732e596058caa30183128112c7e2b682487be 2,455 0.74/1.00 vMB 12
592,523 592,523 0000000000000000000f1306d7d9e6fcb06d1c9306266b9fb3de05e67485900e 3,302 1.00/1.00 vMB 28
592,522 592,522 00000000000000000014282463560c24e1cf15249dbdea932e2ec901df00a17e 2,181 0.62/1.00 vMB 22
592,521 592,521 0000000000000000000bc61ff53a7301cd595e529cb32f7ab62907d27f490998 1,396 0.40/1.00 vMB 3
592,520 592,520 00000000000000000014b8c6f6bee6c74643985a6e1bec1f791dec4fc1067869 3,170 1.00/1.00 vMB 26
592,519 592,519 0000000000000000000e11a6b1fddc0299b98b3a9e5ebfa8b4ffd58e6d55fbc6 2,772 0.87/1.00 vMB 11
592,518 592,518 0000000000000000000c586e3d226ca1c13c6d1c23bd5453ee3c6d3a68e4579c 3,770 1.00/1.00 vMB 26
592,517 592,517 00000000000000000007f6c51413178c3499d657138b720d66dfb660236ab5d2 3,183 1.00/1.00 vMB 23
592,516 592,516 000000000000000000179df5bcdc4532accd6e1a1f1131bd7f9c1a77d01546f4 2,621 0.86/1.00 vMB 16
592,515 592,515 00000000000000000013c9c5f8c990255f6b5f9c46ab182cbc366ee40cf9cbc2 1,073 0.30/1.00 vMB 23
592,514 592,514 0000000000000000001426c54e180634f23d82cc9e880cd819ca4795831148aa 3,224 0.94/1.00 vMB 8
592,513 592,513 0000000000000000000baba1449cb9ea4b19fc30244a32aed461707fcaa519f9 3,534 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.