Loading Tool

Explorer IconExplorer

Memory Pool

52,079 transactions
30.36 vMB
0.26474905 BTC
Random Selection Loading Transactions
Max Size: 160.17/200 MB

Candidate Block

Mining Attempt b3b7eed69851193eaa6a9ca9c93bd460af31a7833bbcfc8950101ce94a67ea57
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5472b03cd9588b7d59c0c1ac008ad70d65b090cd79248c0ebcc0e177fda9f6bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.08354132 BTC
Feerates: 229.15 > 8.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (476,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,985 437,985 000000000000000001c9075d7c4e437bf4dabd6e013c7e0db5768515e871c070 1,664 1.00/1.00 vMB 33
437,984 437,984 0000000000000000004660e680576b6a3cc12971a7965666a7112547b06c3adc 2,136 1.00/1.00 vMB 64
437,983 437,983 000000000000000001dba5445bd686bea58e70747ee6cf7d747927b361b88b97 2,085 1.00/1.00 vMB 53
437,982 437,982 000000000000000000f3bbd19faa17aada7a674993731ad09b090f28fa7b908e 2,502 1.00/1.00 vMB 61
437,981 437,981 000000000000000002d704edf0563ae48e25b93ae4ee6694e8e1c6a0f88a0444 2,329 1.00/1.00 vMB 97
437,980 437,980 0000000000000000019d912a2e014841cf05bf5bc0472786faa5ef25674917a0 3,035 1.00/1.00 vMB 55
437,979 437,979 000000000000000002058f81dac507646548c5dd10b659a899fd1404afb5f5b7 1,966 1.00/1.00 vMB 74
437,978 437,978 000000000000000004222352eb395ad447c05265b90f3c4963df9a6842b999af 2,201 1.00/1.00 vMB 97
437,977 437,977 000000000000000003b4ec8cddaa2d0601e10aca98dfa001d42afbc73e794a40 2,047 1.00/1.00 vMB 68
437,976 437,976 000000000000000002df21b2f94834f681364c5706e7bb45cf62449e6bc135b9 2,026 1.00/1.00 vMB 63
437,975 437,975 000000000000000003b91d6de289079c8385cb331482a777f9606043bbdaabd5 3,125 1.00/1.00 vMB 97
437,974 437,974 000000000000000004075f764098a753ae6f8309ad6e7adb2a3b882a018d4f76 9 0.00/1.00 vMB 660
437,973 437,973 000000000000000002879959ef61dcc2e122c863ce26a9a82ad457286554cc1d 2,193 1.00/1.00 vMB 53
437,972 437,972 0000000000000000038728c7f8fbca5f8281c9b17f45c3b0e82eea81d6458529 2,718 1.00/1.00 vMB 68
437,971 437,971 00000000000000000362a200bfa1689595f46bea298d9bca01fc84a805930d88 1,886 1.00/1.00 vMB 124
437,970 437,970 0000000000000000035d791d0437d0e000e01a9fd515923ce7c428d00f2f824b 838 0.38/1.00 vMB 69
437,969 437,969 00000000000000000316f1cf237d9135d7dd4b530bf9a37a93e853d06a43cc84 786 0.64/1.00 vMB 31
437,968 437,968 000000000000000002f9d94d222a6f8145c9dd971164fa41ad74749e86aaf6c1 1,105 1.00/1.00 vMB 27
437,967 437,967 000000000000000001ac23c9cd142e6c975d628f5cab270aa92a7b233561d666 1,664 1.00/1.00 vMB 41
437,966 437,966 00000000000000000387ea9581474b1a4f3e1d1628ea402adc8c3b5d6cb64ecb 1,591 1.00/1.00 vMB 44
437,965 437,965 000000000000000002de03fa676b0e50c4ebe8072f46f99b5cb4aca70e4ba1e2 1,977 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.87 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: 644.17 GB
    • Received: 12.61 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.