Loading Tool

Explorer IconExplorer

Memory Pool

45,188 transactions
27.39 vMB
0.10526457 BTC
Random Selection Loading Transactions
Max Size: 143.25/200 MB

Candidate Block

Mining Attempt 9ec7ec8344ada321603d181e65d72998aace8b707eb2754339085f6332d31865
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 7bca078886e4ddcc31e27a5e2365b77483f8d70e79e8d064858e9d5c7319dcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,638
Size: 1.00 vMB
Total Fees: 0.04731850 BTC
Feerates: 151.01 > 4.74 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (72,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,383 842,383 0000000000000000000120e08996b62d60e635b1c22ea2bdf84772f4ef5d24be 1,930 1.00/1.00 vMB 30
842,382 842,382 00000000000000000001e9e9ad2de63801196645d1137ec1554cfdf0c728bfd4 2,693 1.00/1.00 vMB 27
842,381 842,381 00000000000000000001068197592db887eea5f05f758d8b01f0ab62687bf063 2,650 1.00/1.00 vMB 29
842,380 842,380 00000000000000000001d1091e61640cca0df4b0199a1ca0bec4fd7150dcaee8 1,899 1.00/1.00 vMB 25
842,379 842,379 00000000000000000000b1c8454550539014551d8c8cf247461e101c58075bff 2,205 1.00/1.00 vMB 25
842,378 842,378 000000000000000000022442a051631943bbd3a34129d3d4e351259d734c6953 2,545 1.00/1.00 vMB 31
842,377 842,377 0000000000000000000013e13926d9bdb0a32f45226e33c0c9bd31664c3b20eb 2,922 1.00/1.00 vMB 30
842,376 842,376 000000000000000000008f6c633599f628179c7d9cdda2b06cb171f9ee749554 3,508 1.00/1.00 vMB 35
842,375 842,375 00000000000000000000176a9ea14e0859ae49bac31fcca9e1b4c62f2ea01ae5 3,234 1.00/1.00 vMB 55
842,374 842,374 00000000000000000001b4105e64200a38705d1ffe0e4c3558335f2ac8190878 3,407 1.00/1.00 vMB 45
842,373 842,373 00000000000000000000a82034178f1ca39b2b5aae44a7bba7d7cc9a922ada74 4,093 1.00/1.00 vMB 60
842,372 842,372 00000000000000000002f09fb218f65945d51f8ab40f54cfb09b1f290581a98e 5,037 1.00/1.00 vMB 105
842,371 842,371 000000000000000000027ca3f76b21409b8542f40925511dcefce4f4dc62e9d5 5,527 1.00/1.00 vMB 157
842,370 842,370 00000000000000000000b6b93da3cbaccccb5205ff67180eb98d20db080e2109 4,227 1.00/1.00 vMB 38
842,369 842,369 00000000000000000001d41fbf73c7d3aab07f5aa9659bdad853fdc9670c7b7d 3,117 1.00/1.00 vMB 33
842,368 842,368 00000000000000000001ecdcaf5249774af129a37a11b2428f5bfd27ebd0c98a 2,674 1.00/1.00 vMB 55
842,367 842,367 0000000000000000000167e54bf8faeb52abcf7f89e8189aebaef58623fe21dd 3,207 1.00/1.00 vMB 29
842,366 842,366 000000000000000000020b762c1412028c2941d75001ffbdcaa5eb1142d193e2 2,606 1.00/1.00 vMB 35
842,365 842,365 000000000000000000017f5d242b51a7e42c3b581fcfdbed8544841d993b4d40 2,215 1.00/1.00 vMB 23
842,364 842,364 0000000000000000000297da976f7cce13711c09230332a7ccd58525f30450b6 3,002 1.00/1.00 vMB 29
842,363 842,363 00000000000000000002e5ee7607e8e06ba9f2ad4f5f204da4587f9e8245c409 4,037 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.