Loading Tool

Explorer IconExplorer

Memory Pool

81,430 transactions
32.09 vMB
0.08459198 BTC
Random Selection Loading Transactions
Max Size: 192.56/200 MB

Candidate Block

Mining Attempt 8f053de7a6605123f9c05c7463c0146898d7f17bfeecde55e441e0071be8ba86
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 9d9e78b336bb568d27fb5af34dfb824a54cdb707c81c0a472be38b24cd248261
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,250
Size: 1.00 vMB
Total Fees: 0.01374237 BTC
Feerates: 119.03 > 1.38 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (504,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,666 410,666 000000000000000003abce847216fb26ca17ad2aabc5e5c41a27fdea5b1d9baa 783 0.36/1.00 vMB 55
410,665 410,665 000000000000000001461a95b757a121fd5b72c22cca7bac4b821c88ea7f1dd0 1,186 0.45/1.00 vMB 41
410,664 410,664 0000000000000000028c5746a7471cf12c9a03313b7e48b7a639fae12d489f56 1,480 0.67/1.00 vMB 32
410,663 410,663 000000000000000005d11faff7d60072cdc7f2b57a8e0242b9c2b9d7b5d41474 185 0.06/1.00 vMB 46
410,662 410,662 000000000000000002de4dfceb51c984b6d8d14848316d681e39ae64f048eb29 318 0.17/1.00 vMB 27
410,661 410,661 000000000000000005749585470f865b82c81d736d0faa1048d430ae787946b1 1,148 0.89/1.00 vMB 23
410,660 410,660 0000000000000000018b99ea8a6b3083aa1225854b3b0079c2b5e3732d73c82e 2,604 1.00/1.00 vMB 49
410,659 410,659 000000000000000001b36b9316f74528b67fc3d86e6501125e690f67eed4b8f7 3,178 1.00/1.00 vMB 64
410,658 410,658 00000000000000000327b779cff6685d9c0fbf893e9409464f82dcc4c8b0b3cc 1,502 0.59/1.00 vMB 37
410,657 410,657 000000000000000001ed0b846f9194bfda2823199fc589765040d4da1b9a3339 404 0.16/1.00 vMB 36
410,656 410,656 0000000000000000037e1eed9add1adff0a57271c54486535d3fd33e93a7ffc8 2,058 0.84/1.00 vMB 37
410,655 410,655 000000000000000004622b2dddc9e5450fbe23c8bddd52dd8dd8ac9da6e0938d 1,127 1.00/1.00 vMB 14
410,654 410,654 00000000000000000285474b7465a520ae0e49832589f39adb0317de201de9b6 828 0.32/1.00 vMB 37
410,653 410,653 00000000000000000420a2f67f0366a82822fba96968f0bbcdead1dd885b46b0 953 0.47/1.00 vMB 33
410,652 410,652 000000000000000001c6e77cf0db567fec0f12584f4d6926bfd4f00bb6f81e37 1,394 0.55/1.00 vMB 47
410,651 410,651 00000000000000000208c08ea38ded39bf9ab6b0c290b9b7619d9d5fb7005815 151 0.06/1.00 vMB 61
410,650 410,650 000000000000000001dc5a0636cf22b1bc25b096a0410f719d2453abfaa5828a 997 0.45/1.00 vMB 38
410,649 410,649 000000000000000004572b9f8ab61db3ddccf06eb827c020e432fae120f33c45 1,818 0.72/1.00 vMB 40
410,648 410,648 0000000000000000042d85e43a386f2a22639ce520dc569d7c1cd4b7f17c0961 369 0.24/1.00 vMB 31
410,647 410,647 000000000000000001f5fed43a8307d55801f4c3605224d83e9b667da60364e6 2,281 0.95/1.00 vMB 49
410,646 410,646 000000000000000005bf574cda7428520f4bdc4d33888666ea633de9a4c6b014 609 0.30/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.