Loading Tool

Explorer IconExplorer

Memory Pool

80,373 transactions
30.89 vMB
0.09097098 BTC
Random Selection Loading Transactions
Max Size: 187.09/200 MB

Candidate Block

Mining Attempt 40dc9ae1da8e669512454e6b3b04e57ef350b292add3668bc4609a05d06946ea
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 0ada822f1c9abadd38cb6e203043d95e4aee747b99c28faeafa628fb0a4912a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,048
Size: 1.00 vMB
Total Fees: 0.01747402 BTC
Feerates: 106.51 > 1.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (391,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,184 524,184 000000000000000000368db6784dea8bcadb89ebfd62c9ad86727fa88e9c7838 775 0.31/1.00 vMB 25
524,183 524,183 000000000000000000287f3be8f38aa52e12abb3e831bd30655647d5ae43e991 1,523 0.66/1.00 vMB 21
524,182 524,182 000000000000000000174d52492ef80e3e357d3040e8ead0ac0376cbd495b803 1,814 1.00/1.00 vMB 37
524,181 524,181 0000000000000000003ca48cf8c52dac613c0e6085bdc16050a413dbdf3ba7b6 2,783 1.00/1.00 vMB 6
524,180 524,180 000000000000000000164cb6f8aac7cdf7e022e3bec5036b5ce6a3093e8d57ee 2,310 1.00/1.00 vMB 53
524,179 524,179 0000000000000000001cc0d2a13b2d7701a7bd11d422de9b232b0cf797872794 3,508 1.00/1.00 vMB 11
524,178 524,178 0000000000000000003b76f7604a8505e9ff2f63d230ef2067d9caf6af89bc0d 2,368 1.00/1.00 vMB 61
524,177 524,177 000000000000000000280fe4dbf0fd9064b11aec5d05bdf7a4fd7d862d9e7b58 1,681 1.00/1.00 vMB 59
524,176 524,176 0000000000000000001cb8d23e76f43bd2ce005d009893c7eab2dec6c25e5c1b 2,994 1.00/1.00 vMB 49
524,175 524,175 0000000000000000003670a329b9d596fa82ab044d6dcd97664c4aa68ca10056 1,785 1.00/1.00 vMB 57
524,174 524,174 000000000000000000257905f3a98a6c7cd05ac0c020fbb00685ff2ec9ebe608 532 0.19/1.00 vMB 26
524,173 524,173 00000000000000000033a2e7c61da5743871fd73f1f35c1a5fd73f76c59e0669 1,391 0.50/1.00 vMB 25
524,172 524,172 00000000000000000007d50de3776f4db6820a36aa538e3ff88a9541cf94f7a9 856 0.48/1.00 vMB 59
524,171 524,171 0000000000000000001e29dfc95f07dfb4f8fbf95fdb3eea4af839be3fff4d06 205 0.09/1.00 vMB 18
524,170 524,170 00000000000000000006d75421fa791304c0be3530fe6315c4a4bc4c0ac7c010 1,813 0.75/1.00 vMB 18
524,169 524,169 0000000000000000003a5404e86047728586deb5fd38988394cbfc6a07da6ccb 2,572 1.00/1.00 vMB 45
524,168 524,168 0000000000000000001f2a8626001fd33b4864def2e1bfc1c947e7de30153718 973 0.70/1.00 vMB 26
524,167 524,167 0000000000000000003ddbdecfa7ddde939372a739f357463bfd700e089d410d 2,401 1.00/1.00 vMB 8
524,166 524,166 000000000000000000037584d3eb9897650996edea91df19ee5b3363a83f3524 2,222 1.00/1.00 vMB 16
524,165 524,165 000000000000000000103b20b427c64dbae1bab9c902f28f27409eb27e9bbd49 2,947 1.00/1.00 vMB 22
524,164 524,164 000000000000000000258f8047959e68d2374928f0d44fb7b519f5e5fb31ea29 2,091 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.