Loading Tool

Explorer IconExplorer

Memory Pool

38,474 transactions
26.40 vMB
0.06454210 BTC
Random Selection Loading Transactions
Max Size: 135.96/200 MB

Candidate Block

Mining Attempt 284b82e22282a84ebbdc3658a0ef5c8996f755a1e802f5dff2de528bdd3631fe
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 00cdc056293d22bceba96bf983c428c083e50a7c08af59a4db9ace2cf43df77e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.01548762 BTC
Feerates: 199.22 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (200,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,078 714,078 0000000000000000000569e8db6133912ef1b18e2925c8c5219d1b4e740a32be 1,099 0.35/1.00 vMB 10
714,077 714,077 0000000000000000000a559b1ce72a2d06a64726472ab52202b76d155d6927fc 698 0.25/1.00 vMB 9
714,076 714,076 0000000000000000000866c33477e48ee681d57aff81e58bfe44c85b48be22e8 2,288 0.94/1.00 vMB 9
714,075 714,075 00000000000000000006dfbe5cf650196f02306d5f35f2e2e16883b4dbf252ce 1,265 0.50/1.00 vMB 10
714,074 714,074 0000000000000000000b0c9e6ddc3d8478738c8b1341da745537cee3c8b84fb4 2,379 1.00/1.00 vMB 9
714,073 714,073 0000000000000000000749d9cbe0f0b2091363c03727ef42d8bb5ff9cc357fd5 731 0.29/1.00 vMB 10
714,072 714,072 00000000000000000000675adfa6ca3eddab3dff7f5662ce2293cfd3cccef3e5 745 0.33/1.00 vMB 8
714,071 714,071 000000000000000000031b28e727ce4b646f6ec8d3ec9a63f0ac883fe58c7664 1,677 0.87/1.00 vMB 7
714,070 714,070 0000000000000000000452c2c34250348392316eb4237f79a57a75a7a918786f 1,912 1.00/1.00 vMB 10
714,069 714,069 00000000000000000007c922a5a24d341054c303c5c43312640911163a1514c1 478 0.19/1.00 vMB 9
714,068 714,068 0000000000000000000a565586fd8b3400ede2b5cb26b6f7dfa11be5846495a7 682 0.35/1.00 vMB 7
714,067 714,067 00000000000000000005c2993f4154119d2f722931548da3ec72bd1930574f60 1,092 0.38/1.00 vMB 11
714,066 714,066 00000000000000000006ccf3e330f69db9fd251e5afb1472620c8d7cefec42d8 993 0.38/1.00 vMB 10
714,065 714,065 0000000000000000000a02d7d3d3854dfe5a3ceca52ff5c8afc9cfe8bdada30d 92 0.03/1.00 vMB 15
714,064 714,064 000000000000000000067a6e79df46af0e228c8c7d43af5c7a4a234e9187c0cd 927 0.33/1.00 vMB 12
714,063 714,063 000000000000000000055437c7cf6d4ea2c61711cc1dcd88c69407238623e5f2 1,029 0.44/1.00 vMB 10
714,062 714,062 0000000000000000000727f07361a5bb973d133d0ef67e43d02b93bd527b3373 1,504 0.76/1.00 vMB 11
714,061 714,061 00000000000000000001fae9f710c5fee40cfdaedf3a1e5b0938c9e9b7bfdd23 216 0.07/1.00 vMB 11
714,060 714,060 000000000000000000028693f3335afad714b1ef1aa843e0304a14c794ff8c20 325 0.15/1.00 vMB 9
714,059 714,059 00000000000000000001653f0bdd2dc0f6494890630eb35ad42ab1d4cf93f5fa 591 0.44/1.00 vMB 9
714,058 714,058 00000000000000000000325425dd94eb53961dc7b08d1265b08fa5220dbf505c 1,313 0.55/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.