Loading Tool

Explorer IconExplorer

Memory Pool

74,534 transactions
27.48 vMB
0.07048789 BTC
Random Selection Loading Transactions
Max Size: 167.84/200 MB

Candidate Block

Mining Attempt 016bfc9dff169a262618205d336aa1a4af8a7aed2d9bef5af79e9ca4e835eb80
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 248ecedd8b10f70a9a6fbb3c728aed4fc415d63564545bff475ac32e732fd654
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.01191404 BTC
Feerates: 80.55 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (465,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,256 450,256 0000000000000000014a98ba2af6cd560cdd49a92186ae4adee225b25d6b3475 2,379 1.00/1.00 vMB 93
450,255 450,255 0000000000000000024badd68bad74c07c2502114111bae7bd37475ab4384752 762 1.00/1.00 vMB 24
450,254 450,254 00000000000000000279800a5b10ef63b844fa2227a464090721b6e5df8af168 1,093 1.00/1.00 vMB 32
450,253 450,253 00000000000000000167b855ff8a8f4a6fe9e1492fb55222491bdd95072139ae 2,055 1.00/1.00 vMB 91
450,252 450,252 000000000000000001f9a9c0d7e2f295c6a73c8a89fe9e212160338fb304239e 1,225 1.00/1.00 vMB 42
450,251 450,251 000000000000000001993735dada73c6e93c8db00e133032428830a8d37da364 2,463 1.00/1.00 vMB 66
450,250 450,250 0000000000000000006b5975e01310339f3369873d1ff0f45c67e8ad79a84ed3 2,263 1.00/1.00 vMB 83
450,249 450,249 000000000000000001eef0276531a6e663152d6e0b7750d24bde08b428be18de 1,917 1.00/1.00 vMB 79
450,248 450,248 000000000000000000a5b8fd766e3b7a382b28cedbde95dfd9cb7457e4838340 2,798 1.00/1.00 vMB 129
450,247 450,247 00000000000000000217885d7e0a259940c09b6749c3fc3ab2bffd4f6100a26f 983 1.00/1.00 vMB 49
450,246 450,246 0000000000000000000343f9df137adda620d8fc91e9d784aee6c0312ce54bf8 1,433 1.00/1.00 vMB 54
450,245 450,245 000000000000000001a562b01ea7c8b8dff552c213834be2b28e3e10d212a296 1,890 1.00/1.00 vMB 69
450,244 450,244 0000000000000000016e15a7a968e1a69583cb9bca89dac6026b42d9ec57f46e 1,838 1.00/1.00 vMB 59
450,243 450,243 000000000000000002bfbd0317e85a9abb8f4886a2390f8244f055cf243a1558 2,493 1.00/1.00 vMB 91
450,242 450,242 00000000000000000073d6d70be603996124e31ec2b3508b06e3a367bf0773cf 2,074 0.99/1.00 vMB 96
450,241 450,241 000000000000000001b02d4dba4302001b087b9631631aefec8b7c664776fda0 2,285 1.00/1.00 vMB 94
450,240 450,240 000000000000000000eb4cf0bb14af8c2b025843aefb1184f0d54572ad8d1b6d 2,421 1.00/1.00 vMB 90
450,239 450,239 00000000000000000149753ee3852fac2b2797ae35d41e4484e8e529ebc609dd 1,784 1.00/1.00 vMB 126
450,238 450,238 000000000000000002b3be0f66049a380bf7fc2763008d3f9630f3a76e7cdc93 1,197 1.00/1.00 vMB 70
450,237 450,237 000000000000000001b0bd1a9344ffc491e1001d07830c8661a90963bc832905 1,861 1.00/1.00 vMB 75
450,236 450,236 000000000000000000e5954a984383ddc62efb58338985304c9e0bec27ecb21c 2,141 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.