Loading Tool

Explorer IconExplorer

Memory Pool

73,999 transactions
27.38 vMB
0.06957549 BTC
Random Selection Loading Transactions
Max Size: 166.90/200 MB

Candidate Block

Mining Attempt 1e4a5bbfe4b1fe4ca75bbcbcbd64211d82dcd75db414e1a69d58a8b478206cbe
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 7f09328a8b54ae3e35362f4aeac64fc92442cbb38c862460ac6cb97d7a75916b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.01136924 BTC
Feerates: 337.46 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (472,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,021 443,021 0000000000000000039669bfd14a238567e06a48c8c95e232f1e3c129ef806aa 1,556 0.77/1.00 vMB 72
443,020 443,020 000000000000000001d9206f8d9a5f552edb2b1f3002aed1ea9445a54178e7b1 894 1.00/1.00 vMB 29
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
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.