Loading Tool

Explorer IconExplorer

Memory Pool

78,251 transactions
29.02 vMB
0.08916765 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt 1ca2c2a19ce335a080c9e89b0306e5063b7690575d8761e0be0d81113d88c603
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 72762c3e256cab7db026ff0ee321377749f5e3e568b6649ce0819cc835fbfa8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,291
Size: 1.00 vMB
Total Fees: 0.02842146 BTC
Feerates: 477.45 > 2.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (286,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,217 628,217 00000000000000000001b35e5ffb0e4ffacf40e589a41c455fd89e14c64c1c1a 3,040 1.00/1.00 vMB 43
628,216 628,216 00000000000000000000d698f9beee7e4b25041bd930a04257b4c075fbc84951 2,587 1.00/1.00 vMB 47
628,215 628,215 0000000000000000000ea244938757c397dfad9a5601dc534d8ac1cec85b442c 1,895 1.00/1.00 vMB 61
628,214 628,214 0000000000000000000245989709940fd3aea8e25619c0bf78b72afe9d0eaa29 3,030 1.00/1.00 vMB 48
628,213 628,213 0000000000000000000b8d4510b16b2ff805dfdcac340fbdf1fa8585c59d7de0 2,855 1.00/1.00 vMB 266
628,212 628,212 0000000000000000000671e8b39ebcccca886cbba5132dd01b90d4b4a4302a1e 2,823 1.00/1.00 vMB 39
628,211 628,211 000000000000000000040837836ffbda11fb17dc0846fc72952e97c7cca27db6 2,497 1.00/1.00 vMB 41
628,210 628,210 000000000000000000038109e13ea42bfc8f65e84697f35fcc9ea59559fe46b3 2,754 1.00/1.00 vMB 48
628,209 628,209 00000000000000000000ed131a889cfa1d049f713cb729c11fa125d0c3eacc8a 3,035 1.00/1.00 vMB 54
628,208 628,208 000000000000000000106414f85f5d7ff92070b94469a8ba2facde314723ad2c 2,858 1.00/1.00 vMB 46
628,207 628,207 00000000000000000004e452b55074f51ed7a6055d05cccfe8d3adb4eeeb988e 2,581 1.00/1.00 vMB 52
628,206 628,206 00000000000000000001d26d7163fbf52b4c68bfa3a4207f8ec5510818f7ec81 3,084 1.00/1.00 vMB 67
628,205 628,205 00000000000000000002691b5b2df0f626445c9994b7c855da0cdeb5309342a4 1,898 1.00/1.00 vMB 52
628,204 628,204 000000000000000000002c1eecd2af099e1f112fca90db3dbb3597efdae90c41 1,680 1.00/1.00 vMB 47
628,203 628,203 000000000000000000071ae8da178f57574cac1b312f2e8653b90ef49fad1cbe 2,994 1.00/1.00 vMB 52
628,202 628,202 00000000000000000007e1aa272049f957964a3fd351f0da820ed87010ff7302 2,951 1.00/1.00 vMB 59
628,201 628,201 000000000000000000092b120cc318b849090b66d8e19d20b081bf3b3d57bd0c 3,128 1.00/1.00 vMB 75
628,200 628,200 0000000000000000000553375985ac82d4c35e94067309d8a736baf770d573fd 2,566 1.00/1.00 vMB 49
628,199 628,199 00000000000000000002fe7d0d8bf9025398c2d9be79f9e764b3af5ad834fa35 3,087 1.00/1.00 vMB 54
628,198 628,198 000000000000000000035777884dfea177880dab61cce073fc38fdadcdc16618 2,754 1.00/1.00 vMB 65
628,197 628,197 0000000000000000001036f0c69ba0f37119ee6e03cdb024795cae5735043735 2,739 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.