Loading Tool

Explorer IconExplorer

Memory Pool

23,245 transactions
11.25 vMB
0.02861741 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.69/200 MB

Candidate Block

Mining Attempt 21bb7a28cbeda90a10bea0bcebe908ba0e41bb99a49b370829cafeedf2ada5b7
Version 20000000
Previous Block 00000000000000000000ef38f53b488e99aa85684cf9acc49971283f7e24b17c
Merkle Root 7f470db257ee3f70a6ac2012f6de38fad01eb85dee490bc8b258b905d4372397
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,992
Size: 0.997922 1.00 vMB
Total Fees: 0.01024150 BTC
Feerates: 70.38 > 1.03 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,635 (188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,447 913,447 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac 2,539 1.00/1.00 vMB 0
913,446 913,446 00000000000000000000dbf0452f4a1cf39f2a192031068182b97b884588aae2 3,045 1.00/1.00 vMB 1
913,445 913,445 00000000000000000000d8d659ab2b0e7215f3f86c21b0be7b7c9854e198972c 4,009 1.00/1.00 vMB 6
913,444 913,444 000000000000000000019a74437fb1662fa4dc257018890a4a16e726d5f8082e 4,042 1.00/1.00 vMB 0
913,443 913,443 00000000000000000000f911c6e77bc2ff95bdd35818117415ca71ec1437ae1b 4,039 1.00/1.00 vMB 2
913,442 913,442 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8 3,702 1.00/1.00 vMB 2
913,441 913,441 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4 2,529 0.72/1.00 vMB 2
913,440 913,440 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a 2,556 1.00/1.00 vMB 0
913,439 913,439 00000000000000000000c699c68edafe19ae20d6f8e38d6ee02235cce2441d34 1,015 0.26/1.00 vMB 2
913,438 913,438 0000000000000000000077a8e4484c4483f5d5f875c5b70ac5aad6700d6b4d8a 3,985 1.00/1.00 vMB 5
913,437 913,437 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d 15 0.00/1.00 vMB 2
913,436 913,436 000000000000000000001d8328846724fc1d03281da1ee820cc9c14d6e52b793 3,960 1.00/1.00 vMB 0
913,435 913,435 0000000000000000000067c8508fe6b80afea4c7f99baeb8d7695238dabe07f2 3,733 1.00/1.00 vMB 1
913,434 913,434 00000000000000000000e255f39b36bc3b8e5ed2c12a39f540812e3234d87414 3,037 0.69/1.00 vMB 1
913,433 913,433 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33 4,411 1.00/1.00 vMB 1
913,432 913,432 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f 598 0.15/1.00 vMB 1
913,431 913,431 000000000000000000017a179831ce0b4f373b9bcea4f42ab5e521bee465d57c 2,544 1.00/1.00 vMB 1
913,430 913,430 0000000000000000000024123ea6cd53efcf4a62a078a298ec938b50bfa174b8 3,723 1.00/1.00 vMB 11
913,429 913,429 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec 3,749 1.00/1.00 vMB 1
913,428 913,428 0000000000000000000120d5c96165b4055c8696055fbc29c1b6986443702768 3,893 1.00/1.00 vMB 2
913,427 913,427 00000000000000000001429b967185ca6200705c9413f212aea3c019edda566b 3,132 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 779.97 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: 469.65 GB
    • Received: 2.93 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.