Loading Tool

Explorer IconExplorer

Memory Pool

79,404 transactions
29.50 vMB
0.09184621 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 8691f9f492513dd8f82ecd7432a09d429cfa5e14cf87961211093faf75e6def8
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 4ca2fa91f42cf51fde4bc71e5a00ba3a98ff2173d6c150b66991f8c1c7a958dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.02988830 BTC
Feerates: 301.60 > 2.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (429,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,440 485,440 00000000000000000009d864072c8f5fa744c321a9f56c45b62a0b7cda25ad44 2,270 1.00/1.00 vMB 145
485,439 485,439 000000000000000000413c4687befc69693ff515bc589f22f108333ad8fe312b 2,619 0.97/1.00 vMB 84
485,438 485,438 000000000000000001111c230379ef8bbae2c40848c40196756a130c5df8c80d 2,461 0.99/1.00 vMB 154
485,437 485,437 000000000000000000bd051c790e60c9f86189c0a81670b72508d400ed6b4769 2,058 1.00/1.00 vMB 162
485,436 485,436 000000000000000000a0874a81764c2883169aeb1c065960f8a62011121578c5 2,102 1.00/1.00 vMB 106
485,435 485,435 00000000000000000109e1c6091fec686d0f370ec4b31110267d084693702dfd 2,070 0.98/1.00 vMB 115
485,434 485,434 000000000000000000c84a9933a1e0be7ce05a114ad0b94e90974e39c25f2c10 1,561 0.98/1.00 vMB 169
485,433 485,433 0000000000000000000522443111acd2241bef862ca6decdfe6a954362cc3d88 2,588 1.00/1.00 vMB 84
485,432 485,432 000000000000000000b902076fccfab75a75e7ab3872d273d7cb50373516be6d 1,617 1.00/1.00 vMB 125
485,431 485,431 00000000000000000080ecc60ee43d6341f605af38377a0e85b0ecf366451d22 2,127 0.99/1.00 vMB 186
485,430 485,430 0000000000000000001f7b2c4a36cde21c56e54fb41b1d6459b25f53e0ef98ba 2,260 1.00/1.00 vMB 159
485,429 485,429 000000000000000000392bb19ac74b2ddf76fe95f63663dcab297ed954038b2d 2,356 1.00/1.00 vMB 85
485,428 485,428 000000000000000000b906ed83594162a3c18a8b8a37ff72dc936884a3a87d5f 2,211 1.00/1.00 vMB 111
485,427 485,427 000000000000000000fa3ee030214f9f95438e880c2aa8922dfeb71b49912e26 2,519 1.00/1.00 vMB 133
485,426 485,426 000000000000000000207b53b335b0d49b516f38ef33f3f702ef6e79ca51b9b6 1,914 1.00/1.00 vMB 114
485,425 485,425 0000000000000000002ef2e7e28c5029d74b0d970a6443c1efb20fa71018ea47 1,996 0.99/1.00 vMB 147
485,424 485,424 000000000000000000cdfdb6ea25610a379b83a2d28e9089ca69ccc92a722031 2,177 1.00/1.00 vMB 134
485,423 485,423 0000000000000000009425e981a8dcd40a874037a30e571cf9fbb54d52eb7bb0 2,206 1.00/1.00 vMB 170
485,422 485,422 00000000000000000001b80528c8ebe1aa8424a9da4ca5e46beb97b9ace443af 2,224 0.99/1.00 vMB 222
485,421 485,421 00000000000000000093297be91035ff5ae6d7f236f6947d6426d64d3f5a5a1e 2,035 1.00/1.00 vMB 147
485,420 485,420 000000000000000000233bf76d7fb9f955f8923c0674f1fdd2f8ea30dc288eb4 2,380 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.