Loading Tool

Explorer IconExplorer

Memory Pool

76,114 transactions
28.39 vMB
0.06406402 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt f3b6ba53f552ca3442a265cf11f00ffd58a9b303fbf67f6b33c0a9a52c851034
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root b5a422cd1098300a9ace8242b17ed3769ffd52949fc73b8a398e571e9be661c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,977
Size: 1.00 vMB
Total Fees: 0.00519804 BTC
Feerates: 41.50 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (231,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,734 683,734 00000000000000000004da2a1f5e8ff0eae5fca8db318f7d7961ccc5ce17d723 2,328 1.00/1.00 vMB 14
683,733 683,733 00000000000000000002abcc07b109eaa1d303d18bb9d1370b14005534a88cfe 2,415 1.00/1.00 vMB 40
683,732 683,732 0000000000000000000797ecbce31e1b31806e44b28ae19cbbbfb5d6d9bac8d7 2,431 1.00/1.00 vMB 47
683,731 683,731 000000000000000000094a8982ecccd8830b7bde5ed548f8548ab1786dafba5f 2,413 1.00/1.00 vMB 31
683,730 683,730 0000000000000000000ae84527fb86933cb6b485326d069c931becc1f059c382 2,193 1.00/1.00 vMB 35
683,729 683,729 00000000000000000003cd6295c436b8c07a17db73d9430fd48f1aa2024dd6e2 2,511 1.00/1.00 vMB 74
683,728 683,728 0000000000000000000496b4e37796b069e78878d73beb26f57f6646d66efdcb 2,314 1.00/1.00 vMB 29
683,727 683,727 0000000000000000000938298735fda4b7157b8293d8241a9a91318bdfc51b34 2,508 1.00/1.00 vMB 52
683,726 683,726 000000000000000000044ca4ef3044244b8b27c8754dfe545af74194f413e36d 2,151 1.00/1.00 vMB 38
683,725 683,725 000000000000000000059ab4e6607e5a07314f6a33ac4fb19a4ce1fb80aa9cef 1,725 1.00/1.00 vMB 51
683,724 683,724 0000000000000000000226db55740b05275949249a54f602df5429cdc840dca9 2,594 1.00/1.00 vMB 69
683,723 683,723 00000000000000000009a80f68542fabdea53948632ae47ba697fe2d0aadd0be 1,758 1.00/1.00 vMB 60
683,722 683,722 0000000000000000000af3c579651b1d23e9da05fb5f8b956a619455efb538e1 1,047 1.00/1.00 vMB 61
683,721 683,721 0000000000000000000755266f588c09e6559bf2fa9dd266354d4bad962a374f 2,357 1.00/1.00 vMB 65
683,720 683,720 00000000000000000004f981b1568ce7d2fc20d5aa01dd76ec71692348aeaaaa 2,751 1.00/1.00 vMB 77
683,719 683,719 00000000000000000008a4fd127e0ecdb9b4cda5d365c48a3c2edfa5603df220 2,717 1.00/1.00 vMB 93
683,718 683,718 00000000000000000009a382b0e0de5737bf5a5079409ea80d4d80c2aa1b66d6 2,082 1.00/1.00 vMB 70
683,717 683,717 00000000000000000007c85144f26fc92ed7e0d51c6822f91ceeed94275c9def 526 1.00/1.00 vMB 60
683,716 683,716 00000000000000000006eabcd23f3fdd760bf95364e79bc81a2bb52b1b35456f 2,666 1.00/1.00 vMB 74
683,715 683,715 0000000000000000000b1175bf31e50153e836bcdbce27c11d070f9c01019b6a 1,017 1.00/1.00 vMB 66
683,714 683,714 0000000000000000000086457c4e4f098c698e3b6fa6f7215f0c2e31692ed960 2,047 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.