Loading Tool

Explorer IconExplorer

Memory Pool

27,222 transactions
25.80 vMB
0.08533547 BTC
Random Selection Loading Transactions
Max Size: 125.75/200 MB

Candidate Block

Mining Attempt b69b987ea003e7af0a7a85a3f0b7c0a69a7b280eba22fd22cc734435a59c0328
Version 20000000
Previous Block 000000000000000000018f2a41c731bcf2d532dfa76355aff648e5265113e2d4
Merkle Root b2eb7171b3d7a60c559064b379608f4d1daad19b9c32936793544ea9c9214fbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,181
Size: 1.00 vMB
Total Fees: 0.03771436 BTC
Feerates: 101.65 > 3.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,239 (785,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,440 128,440 00000000000010e23b084b366cd2d1797c1ab63a845ba6227387b324ed6b3bfc 31 0.02/1.00 vMB 898
128,439 128,439 0000000000001f3bfc29b09c800c134239e12f982384dc650b9df5f12530a6f8 8 0.00/1.00 vMB 0
128,438 128,438 0000000000000ea0a2d1a107ac2bce603fd5efd8bbc010dae1c13cc75591b67d 58 0.04/1.00 vMB 314
128,437 128,437 00000000000010dde022147a265d1308556504d3ba70d03ad68ac0a6dd30ac22 29 0.01/1.00 vMB 336
128,436 128,436 000000000000010d87072e4302edf2e7e6f92b83599eafd55d106f5b6171ff5c 12 0.00/1.00 vMB 1,311
128,435 128,435 0000000000002195c030e75c287f7be7e749d87bca414dc0d29b32ffacc9f73b 26 0.01/1.00 vMB 427
128,434 128,434 000000000000077b6ad367f8e0256903f13c05e4c5d3e2ecec9815a2c6b0b52b 87 0.03/1.00 vMB 814
128,433 128,433 0000000000000814f3841c600bc867714a30a160203b07a5e60125fe612b5456 4 0.00/1.00 vMB 2,643
128,432 128,432 0000000000001b903d0bae3aaa3e0b25a24a90449ae1755ed649f4f47ea9a6cd 79 0.02/1.00 vMB 258
128,431 128,431 0000000000000f325213fb2e229318dc60961ae72db1cd2e761af69886cf1807 41 0.03/1.00 vMB 650
128,430 128,430 00000000000021842b23febd2b635d0b268c07fe45493652b1a06fe1cc0aadfe 11 0.00/1.00 vMB 281
128,429 128,429 000000000000174276fe4e12e5415cde6ce96934bb483ec8fe9faf0fe7f8365c 33 0.01/1.00 vMB 115
128,428 128,428 0000000000000da38f2d45d26aba1353f0314cdbdcddbcaec9e940434dca1e23 31 0.02/1.00 vMB 887
128,427 128,427 00000000000016e88b021602bbdaeb9ce613696ff78e10633df28c4dbe365a45 26 0.01/1.00 vMB 847
128,426 128,426 00000000000006c83c2f16231520eabd46db1dd33cf5fc94c47acb326fedf48e 87 0.06/1.00 vMB 844
128,425 128,425 00000000000004b5fceca3c5dcc10d465b4f3daba619a595470e2806b4a8314f 92 0.04/1.00 vMB 235
128,424 128,424 00000000000016cca3f07ccbda38725863ef8fede0599a421e9950480ead6ba8 11 0.01/1.00 vMB 803
128,423 128,423 0000000000001b3bff956919a5632578c5fea6330a98b0fb3e309aeba0b5c66c 21 0.01/1.00 vMB 1,061
128,422 128,422 0000000000000894e2c72e49aa0868836e8e070a1b195d09fa059720696d7a3b 36 0.02/1.00 vMB 696
128,421 128,421 00000000000010f92c195285e008bf333f321648dcf66ba48c3197c51f5f8a26 23 0.02/1.00 vMB 432
128,420 128,420 0000000000002473f6d43161b76fe95f1cef347b9192c9b4927bff5101645628 64 0.02/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 781.02 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: 576.15 GB
    • Received: 8.41 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.