Loading Tool

Explorer IconExplorer

Memory Pool

43,260 transactions
29.20 vMB
0.07317444 BTC
Random Selection Loading Transactions
Max Size: 150.47/200 MB

Candidate Block

Mining Attempt 369aa769ac51df2cc2d154da93888e5eb08fb1558c8fb6ea3b5f36fb86c66030
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 1b7d4631abf8e17ea744a14a1b82a98af87140cb7f77ddca81e7e25328c8f9a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01599864 BTC
Feerates: 197.49 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (248,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,875 665,875 00000000000000000008a1115a7b3c3ebb673c61eb052df21a2836c9f9985d16 2,764 1.00/1.00 vMB 141
665,874 665,874 00000000000000000004e856fd320422e7b0fe4f633c72682f34c1b8c6b73f6d 2,626 1.00/1.00 vMB 54
665,873 665,873 000000000000000000072fc47f884834feb40429bed5460767b47d9f0bd4bed5 2,677 1.00/1.00 vMB 110
665,872 665,872 000000000000000000043d3eb931f706e4d464b5348156ab943dcc79c28bed2b 2,527 1.00/1.00 vMB 105
665,871 665,871 00000000000000000008241078cf633969e28cc1dca9c0cadd8819425d07bc1f 2,847 1.00/1.00 vMB 126
665,870 665,870 0000000000000000000820e67b15d1d8c6f0f99f41235835579ccfff192380b2 2,179 1.00/1.00 vMB 142
665,869 665,869 000000000000000000059ef0fbb42905c290bbd01e5bc3e693bcc36a41e8bac0 2,703 1.00/1.00 vMB 147
665,868 665,868 000000000000000000037e0666f48e93584c156833c606a8d3ce53269ad87611 1,382 1.00/1.00 vMB 55
665,867 665,867 000000000000000000044c3d2b1b29966858a9d8c7553c007a7bfd37b0ee11ec 2,220 1.00/1.00 vMB 73
665,866 665,866 0000000000000000000502918894b9c6f5008ae16a962761492ced6929b3058e 2,203 1.00/1.00 vMB 72
665,865 665,865 00000000000000000003ee84001b20fa398563a8b4efdd955298120421c8dd1d 1,079 1.00/1.00 vMB 55
665,864 665,864 000000000000000000098e6c9526f12ba16ec07aa03fcf597343decf81b7e26e 1,198 1.00/1.00 vMB 53
665,863 665,863 00000000000000000007f26b9883bee2db83b68f70360a7b60f94b329f78f40a 1,359 1.00/1.00 vMB 60
665,862 665,862 00000000000000000005025da315f71a6b96aa90f49ad29814dd4f11015adeeb 178 1.00/1.00 vMB 33
665,861 665,861 0000000000000000000759688964210e542e61705ad0ecad72a9832b8f5f3652 1,634 1.00/1.00 vMB 35
665,860 665,860 0000000000000000000b8e5ec4da466c3590e62eafddf2469875243b4f3fcb45 2,432 1.00/1.00 vMB 117
665,859 665,859 00000000000000000007592bd49a3dc7af9f215d789922d3874bdbb7bfa154f2 2,143 1.00/1.00 vMB 53
665,858 665,858 00000000000000000003c04ea0b1b516186f39f864e234a825e81b72efd7f881 2,250 1.00/1.00 vMB 91
665,857 665,857 00000000000000000004478d8a8a8d543cc9c9e3be4a33be7afd4e6d4a409e45 2,365 1.00/1.00 vMB 117
665,856 665,856 0000000000000000000c54f79b2909e69824a14e8c673aa199ae1860ceacb105 2,114 1.00/1.00 vMB 80
665,855 665,855 000000000000000000070696cefb78eba9be8cb461bb40ef1f39bac010f4c826 2,739 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.72 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: 629.70 GB
    • Received: 11.95 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.