Loading Tool

Explorer IconExplorer

Memory Pool

82,197 transactions
30.94 vMB
0.07974218 BTC
Random Selection Loading Transactions
Max Size: 189.90/200 MB

Candidate Block

Mining Attempt 6e467289afe1a6a7c135c5a6d1fc0531cf0f2fd7ac9f5380c81abd4decc1d695
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root c4d57ba2f0143da52be579be5fb3f21c8e0fcc9a1e2cdcf4c635760e8dc0a0c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.01026004 BTC
Feerates: 301.05 > 1.03 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (97,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,030 818,030 00000000000000000000e36aea5a4153cc550143174e3e9016cc95cadc1e1234 4,327 1.00/1.00 vMB 95
818,029 818,029 000000000000000000024b37b4fe92da05d738a75e7b2ff73a34477b51e4e12c 5,170 1.00/1.00 vMB 99
818,028 818,028 000000000000000000016dc8d86c9d58f1e5bdef87978b5e167bd4a0c917aed1 2,884 1.00/1.00 vMB 135
818,027 818,027 000000000000000000013637d5a079eddbf7695eced4f7bb4ce7581bfa798121 3,686 1.00/1.00 vMB 115
818,026 818,026 000000000000000000039039fe871fe3a66633cfe695380284ee357180687e09 3,773 1.00/1.00 vMB 83
818,025 818,025 0000000000000000000141b4340becbc70e30d65b203b6869ceb7e7386f18c95 3,670 1.00/1.00 vMB 127
818,024 818,024 00000000000000000000920a2eadc0fe306f90baf9a13a8800aeb53ca235fe4c 3,022 1.00/1.00 vMB 81
818,023 818,023 00000000000000000001f4d2116525925024d77765230de790714a874b17b0d9 3,791 1.00/1.00 vMB 124
818,022 818,022 00000000000000000003d771b04ff3deccfb3282bf8fb725431c30c8a5d0eaec 5,397 1.00/1.00 vMB 95
818,021 818,021 00000000000000000001788a5bf06b4cc40410cafa38eb7c8cf3ba5fb49f776c 3,746 1.00/1.00 vMB 118
818,020 818,020 00000000000000000001efd97e81eadeb7617c63a72f1dd788c41bbd8bfd857e 3,927 1.00/1.00 vMB 112
818,019 818,019 000000000000000000042ff58f9b1e281a9a0afd0a5a181fa4212f6ea202f0d0 3,626 1.00/1.00 vMB 99
818,018 818,018 000000000000000000036cdb95bd25d06183df6584a29ebc96d7c609f77d9245 3,587 1.00/1.00 vMB 147
818,017 818,017 00000000000000000000f87310c3e5a7903a19e6cada0777eedbb4b5a64465bd 3,114 1.00/1.00 vMB 157
818,016 818,016 00000000000000000000324a0860e13066d7beed9785d47523b46a64b6f380e8 2,027 1.00/1.00 vMB 222
818,015 818,015 00000000000000000002e6710101233b85e9977b8864239edce6ef0a3728993f 3,885 1.00/1.00 vMB 93
818,014 818,014 00000000000000000001e904c4f9a3e26c0f44f50c756a271e565ba0f6129429 2,827 1.00/1.00 vMB 140
818,013 818,013 00000000000000000003a1fa0cac19d735ae4c9ed1a58c3ad5b60afaa3f311b6 3,732 1.00/1.00 vMB 102
818,012 818,012 00000000000000000003815de574604c4fd207869601a5a5947eb8952797f2f0 4,185 1.00/1.00 vMB 103
818,011 818,011 00000000000000000003c6d7719528932a0f96453ba8be0d26931e96d806ef33 4,267 1.00/1.00 vMB 99
818,010 818,010 00000000000000000001e2c4170108bc93de30a96c23cc47453e5ebebc452263 5,783 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.