Loading Tool

Explorer IconExplorer

Memory Pool

37,396 transactions
25.94 vMB
0.07719404 BTC
Random Selection Loading Transactions
Max Size: 134.04/200 MB

Candidate Block

Mining Attempt 908223a1627da740effc353c10513c66250f15c073b947de5e92f3bef01a66dd
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 3c7daac67ea0e89e276e33556bbe5af0980763ae464c6fc29b24f773a2a8da99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,445
Size: 1.00 vMB
Total Fees: 0.02997121 BTC
Feerates: 101.64 > 3.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (736,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,675 178,675 0000000000000169e2c82dbadaf823db93172ce8390bda6671aaa72fe3aef0e8 16 0.01/1.00 vMB 308
178,674 178,674 00000000000009c1b094a02caa1c30c8d6aad76b479dbe924eed1a0595d12c29 112 0.04/1.00 vMB 133
178,673 178,673 00000000000009feca71b550efc28e99ec0db6046a9557734033e6a7aee2a094 31 0.02/1.00 vMB 99
178,672 178,672 00000000000004ea65798d875951fb6c001b0aa25dd9b9bf460b6013935e6a7a 103 0.04/1.00 vMB 231
178,671 178,671 00000000000000d05702e756fa4c6e608d3ede817dbc8cbcac513dab603eff03 109 0.07/1.00 vMB 84
178,670 178,670 0000000000000536059a9c23ffc61eacbe9a32c51f44f25b4fecba485922db34 70 0.03/1.00 vMB 73
178,669 178,669 0000000000000b1916abce83d9961efc1c343d8e42fe313fb5d488c2d77e7fff 41 0.01/1.00 vMB 4
178,668 178,668 000000000000066352d79a4c6882309f639096c48434471d320d0f5a59c5ae5e 20 0.01/1.00 vMB 78
178,667 178,667 000000000000023e08562d811bb2d60d2f23a407bf1053bf746a6d37e6ad9af1 141 0.06/1.00 vMB 249
178,666 178,666 00000000000004df0e930385f89bf7fa5d1f4d0baa32f8a35699dc24ee3b8c0f 91 0.03/1.00 vMB 166
178,665 178,665 00000000000001ab482797e91f5e2cf12f93aca58669c19b7af8bbd515e89494 84 0.03/1.00 vMB 118
178,664 178,664 0000000000000b0998e3abd8f1dd30db4e8ce718ec9a80fc6a12c8a1db7ce0c1 135 0.07/1.00 vMB 99
178,663 178,663 00000000000005b6f6c3b56b7bfdde92ca5c85b0b13e8de035f1c280dc632c94 40 0.02/1.00 vMB 61
178,662 178,662 00000000000005ad239044e60d983f1f8fa424d7a5921c96005e90708c045490 177 0.07/1.00 vMB 92
178,661 178,661 0000000000000937900b77ae3ccaaa95a963f6a8afee2923ba677eb917340beb 73 0.03/1.00 vMB 109
178,660 178,660 000000000000074b695c5d08755b49465c2518cdaf66b9350f75228fb64646ff 26 0.01/1.00 vMB 97
178,659 178,659 00000000000008e82b8a25bc3f49661b1de81d4dfa589228384426e40220110b 1 0.00/1.00 vMB 0
178,658 178,658 000000000000050da13de8831fb0553cacd86243546e947cfc1f48d14d0a79c8 42 0.04/1.00 vMB 75
178,657 178,657 000000000000004b12eac9530d352d6ba3e5924b7a4079713b89dcdf3f6b52a5 160 0.05/1.00 vMB 27
178,656 178,656 0000000000000a5bb6d5d2caa45073eb72b2056264e209255b179c0b482f05c9 94 0.04/1.00 vMB 37
178,655 178,655 0000000000000a72a015e792a110ecaac040f342f805a0548d25a41fac311399 162 0.10/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.