Loading Tool

Explorer IconExplorer

Memory Pool

73,894 transactions
27.33 vMB
0.06874425 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt ad7cba242c5155391172802e509cd2e371933a9ebb2af90bd99a2fda127eeee6
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 01750ba20bbfedb0e88e04f6c9ad2ede4beee517b8f85af455c4f7b1d242d138
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01069140 BTC
Feerates: 337.46 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (472,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,019 443,019 000000000000000002dd5498048cf1ce4417f55110bc6c0406495862652ee3c4 2,596 1.00/1.00 vMB 78
443,018 443,018 000000000000000003166bcfe0443f0f6789e306d3a51f6f64163003711e1176 8 0.00/1.00 vMB 545
443,017 443,017 000000000000000000ac28dc32a6325a54ec1af74017c499b2e46ce7f9404c1d 658 1.00/1.00 vMB 17
443,016 443,016 000000000000000000146ed4c84f18fcfc42e2057f3d1d32f8d3f69ee48d8b7a 967 1.00/1.00 vMB 26
443,015 443,015 00000000000000000149dba3938c61b216040129c4adb4a8cea1be14d9d9b72b 2,019 0.91/1.00 vMB 67
443,014 443,014 000000000000000002c98d662fb102a4e991da3fea0c2a4ed0f2e1cf6fed6b42 1,096 0.77/1.00 vMB 49
443,013 443,013 000000000000000000d3d50d9e53952a75dfe7bf4dbceb32f84c8993da28be46 1,696 0.92/1.00 vMB 62
443,012 443,012 000000000000000002d58d2d545ecaa8507abef3a2f744085e45b898cde9a078 1,817 1.00/1.00 vMB 67
443,011 443,011 00000000000000000275530e1cb8129d257999a8dc93d3b23a54cbe8c6b55f12 1,993 1.00/1.00 vMB 95
443,010 443,010 00000000000000000104593b2779b8dc8218c57b6b5da6f8a7f3352f8666bf1f 836 1.00/1.00 vMB 27
443,009 443,009 000000000000000003a8f2b45c99feb18711069f697aba666a3dd96d1def5f91 1,603 0.64/1.00 vMB 83
443,008 443,008 00000000000000000009d84a86920e1b1d88cfa6ae5a15ebc7e6fb74eee028bc 1,514 1.00/1.00 vMB 40
443,007 443,007 000000000000000000897c347c02676f2f4d68f0be4a9e84d97bba8391165130 1,465 1.00/1.00 vMB 60
443,006 443,006 000000000000000001d19520bf6f2a6081219e20151faa467d132f64c103219f 2,263 1.00/1.00 vMB 74
443,005 443,005 000000000000000001fbc22595c3c604ba2c4593b301e9077d24f355c347091a 1,780 1.00/1.00 vMB 93
443,004 443,004 000000000000000002d1e2239eba2817f001b322410052ffd101a5720edbed09 2,726 1.00/1.00 vMB 71
443,003 443,003 000000000000000003adba26563373fa63d803aae9376fefcbbfe410f016383c 1,016 1.00/1.00 vMB 69
443,002 443,002 00000000000000000194760bb516c6c516d3bebb1aa72362cbfb9683c716024a 1,028 1.00/1.00 vMB 77
443,001 443,001 0000000000000000013254be8b732bf5b4ea535997bb5c18bf12ae62c03ef4da 2,705 1.00/1.00 vMB 107
443,000 443,000 00000000000000000047efc3c126c3398cfdef1609682d1492cd2909e3c0a17f 8 0.00/1.00 vMB 1,493
442,999 442,999 000000000000000003b98d29bea2014f1687931d54e10e5f584381d80939e6e8 260 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.