Loading Tool

Explorer IconExplorer

Memory Pool

41,511 transactions
27.60 vMB
0.07368803 BTC
Random Selection Loading Transactions
Max Size: 142.42/200 MB

Candidate Block

Mining Attempt 277e0e8477592ecc708805899c2c9170d94b3c67b428a416ecb54470ba775b01
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 3e214ba112ac508e6af773fa4b796dad52238a20fb6f50a12cf376fc76a01c89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 1.00 vMB
Total Fees: 0.01949840 BTC
Feerates: 101.47 > 1.95 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (447,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,045 467,045 0000000000000000013ec16f06b41e4912d0d08e45b3126f8cdc805907ac7042 1,516 0.75/1.00 vMB 270
467,044 467,044 000000000000000000b63a66d832162ce448af6df6e5b33294632aae370a6d44 2,111 1.00/1.00 vMB 352
467,043 467,043 000000000000000001523d19ec481c4f046e3ecf28abb9914519c44ff02dedbe 946 1.00/1.00 vMB 149
467,042 467,042 0000000000000000000dba92df3984959ccc9f5929eaf5f0ce5bb78fe4b18e8e 2,261 1.00/1.00 vMB 329
467,041 467,041 0000000000000000005264c01403d1fed3c3cf9fda6822bb5f5f62f3e9ee0a47 2,282 1.00/1.00 vMB 308
467,040 467,040 00000000000000000013e10c7f9b757d5dc2476de0828e3719490f54cd59f93f 2,910 1.00/1.00 vMB 311
467,039 467,039 0000000000000000003c3c561d2dfb70e633b6005b894b166fb08ef2ca4bfe89 2,322 1.00/1.00 vMB 458
467,038 467,038 00000000000000000041310b685caa5977fc17877865b14e2fbb7fb88d6987ed 2,346 1.00/1.00 vMB 309
467,037 467,037 000000000000000001a06e528298761638ead82db3b0bc9403c254490ff7da1a 3,643 1.00/1.00 vMB 278
467,036 467,036 000000000000000000854355c945ece5efa8c907116ddb30909e6f9986d00e44 2,578 0.99/1.00 vMB 378
467,035 467,035 00000000000000000056eaa8d7c1f40534887a99f0f3b14ddae37860d85b8cf5 3,045 1.00/1.00 vMB 333
467,034 467,034 000000000000000001b3e740cb0700185336014a55b331cfcdea6f00d9e9ec0e 2,307 1.00/1.00 vMB 252
467,033 467,033 000000000000000001445f47e318dd35e74665306acccbe0fffd7f4395ea4cf6 2,418 1.00/1.00 vMB 313
467,032 467,032 000000000000000000456776ed5e43abe0819af9afe02a592e7791071fc49e39 2,789 1.00/1.00 vMB 377
467,031 467,031 000000000000000001e1f6080b172ccf24f6b2df58e3772f2b45b915ed86ae46 2,215 1.00/1.00 vMB 299
467,030 467,030 000000000000000001684d4a52962d96a5e14e11d512a4ccdb1172d64753fcc4 2,310 1.00/1.00 vMB 273
467,029 467,029 0000000000000000006a3ea1c21367db08f618215f946a7027c8d307fb139bad 2,571 1.00/1.00 vMB 303
467,028 467,028 00000000000000000072362d9bd128fedc5b4032cf06260aad2464f06338402c 1,921 1.00/1.00 vMB 293
467,027 467,027 000000000000000001c66090447cd1dcd52cd79fd239a4fec0c247d095b26396 1,657 1.00/1.00 vMB 303
467,026 467,026 000000000000000000b5d87572c71f0d0c8ef8fd9eb25ab382d4152961399e3a 2,426 1.00/1.00 vMB 315
467,025 467,025 000000000000000001745cbe54bfc0258610bb9ee5dfd7784716b1797f6f6b42 1,221 1.00/1.00 vMB 254
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.