Loading Tool

Explorer IconExplorer

Memory Pool

88,872 transactions
23.48 vMB
0.07396620 BTC
Random Selection Loading Transactions
Max Size: 159.62/200 MB

Candidate Block

Mining Attempt 543f52bd5a75ff66820265ec6840282e6c531d7a13a57865c12fbefeb12d08a1
Version 20000000
Previous Block 000000000000000000019b4476420a45227c4c00c3e782152e163690b4dcdf75
Merkle Root 69fcc1746cc681f0ca8a7e8214f9c01ef05b7cfd538a9742c70356a937d4159d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,338
Size: 1.00 vMB
Total Fees: 0.02049654 BTC
Feerates: 151.16 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,896 (789,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,136 126,136 000000000000207c2a2fa2d56176954a2c84799708db7151e96fc4af1dc712f4 79 0.02/1.00 vMB 117
126,135 126,135 00000000000022fd4f1a4020bc29309f2cd730f28061bef6d950983de6d98011 13 0.01/1.00 vMB 366
126,134 126,134 00000000000041c193deb98e803e1b143830a537dbf6d9f246207fb066920df3 20 0.01/1.00 vMB 872
126,133 126,133 0000000000003079a7d19b2e4650c2d783b63d9a771d1d3f9480691018b481b6 22 0.01/1.00 vMB 485
126,132 126,132 0000000000003ad7ce504b447af1e85e5297e92050fa48b6fe66fed5afce6715 31 0.01/1.00 vMB 406
126,131 126,131 0000000000003cbca4d6dae469da066b3ee0acd7c28c4750ae4ed9bf385f1bad 5 0.00/1.00 vMB 1,328
126,130 126,130 000000000000003b19243323f992df6893e05b263db8a4f35584b3ba84a77afa 18 0.01/1.00 vMB 513
126,129 126,129 00000000000041cad3c718f849e5c29793a18418c1a506a407e8fdfe1f9275b2 6 0.00/1.00 vMB 1,143
126,128 126,128 0000000000000e6a4b915e4be4012d7c96b73f8bcbe77adedac16993e56eed13 27 0.01/1.00 vMB 879
126,127 126,127 0000000000001d11ee85c65cd2e94a546082d8664578470f9d282313b261b63e 44 0.02/1.00 vMB 544
126,126 126,126 0000000000002a21062718a32148910980ecc9f38664bb4b589441af32a85982 50 0.01/1.00 vMB 3,146
126,125 126,125 000000000000411835bf8f43e4f2c6f671d16d030817715a99e49018b7c7e199 1 0.00/1.00 vMB 0
126,124 126,124 0000000000000e846ba5602e3e50fb57e85bdbe2af4730cdcfc8c28d53b93e4a 11 0.00/1.00 vMB 355
126,123 126,123 0000000000003755b1fd885c800b73dbabf67a406cfc9a76d017e920d98ea70d 10 0.00/1.00 vMB 923
126,122 126,122 0000000000000103629579ff4e44a2624eec004daf7887c6f729f85e7b34d69e 23 0.01/1.00 vMB 492
126,121 126,121 00000000000014b2cae87c695e794a244128ceda15a24160b0d1508dfe582a0c 63 0.03/1.00 vMB 41
126,120 126,120 00000000000028025160f93a346241946ac5af08ca74c7ff7d9ea0ab204ea5f7 39 0.02/1.00 vMB 733
126,119 126,119 000000000000383bfef16b54253b63571331f397b7425000f1fe61ba689b5429 8 0.00/1.00 vMB 595
126,118 126,118 0000000000003cc17830957e7f779b5555a9f6de6cd51946f90a3e0ff532b477 29 0.01/1.00 vMB 174
126,117 126,117 000000000000188ad87e95f86695b96218fd0e09a4d6eebbb989747eeb19955c 19 0.01/1.00 vMB 2,688
126,116 126,116 0000000000000da84afc6ba6ee8f652aa330345413cfffc8eb6fdfff93a4e4e0 15 0.01/1.00 vMB 1,557
Previous 10 blocks ↓
Total Size: 783.92 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: 797.38 GB
    • Received: 22.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.