Loading Tool

Explorer IconExplorer

Memory Pool

52,333 transactions
30.42 vMB
0.26819428 BTC
Random Selection Loading Transactions
Max Size: 160.58/200 MB

Candidate Block

Mining Attempt 971279158a25047e2080c228632b7adb9d8af8bbb779af968b2c1c6c3faad41d
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 0b507b34563bf0e06c33cbfc4f8b0f0b44d44a8d9ce1b9ca27dc2f78119e3246
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.08434862 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (443,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,029 471,029 000000000000000000b27844e8a1b09431b2bac1db7f11d37513ba878ddab7d4 2,332 1.00/1.00 vMB 386
471,028 471,028 00000000000000000134f8fc9163f601bcec2e21c29b3a399e511512394c0922 2,357 1.00/1.00 vMB 428
471,027 471,027 0000000000000000006f7746dd9b2fb24272fc94991bce23036a382408d5627f 2,388 1.00/1.00 vMB 344
471,026 471,026 00000000000000000128afeb435c04e6c74bfe6ad290144880ab05f26c3488ad 2,173 1.00/1.00 vMB 242
471,025 471,025 000000000000000000618500e9ec179074ac0f7f109b78b3195e1025e245154a 2,700 1.00/1.00 vMB 309
471,024 471,024 00000000000000000097bb913ca3ab11dc06e1329048b6f04f39c21240c2fb74 2,098 1.00/1.00 vMB 309
471,023 471,023 0000000000000000016cf940af66cc4cafb324a34d52112415514aa1d089ccac 2,235 1.00/1.00 vMB 380
471,022 471,022 000000000000000001346a785e7e556df7c9bee3f8093d0efcec4b4914f8e4f2 2,397 1.00/1.00 vMB 363
471,021 471,021 000000000000000000d9af8449ae6b58a7cb5e8dee9c9ee002b1d4e0cad10afb 2,274 1.00/1.00 vMB 408
471,020 471,020 00000000000000000056b8ab0efac52c02db3fb6503e97a3634667bde6a6b8e4 2,106 1.00/1.00 vMB 299
471,019 471,019 0000000000000000004bedfd4906d51a5b3282c21d780146662afffd74db00fc 2,239 1.00/1.00 vMB 356
471,018 471,018 00000000000000000129beaf08ee0764dd34423af7c9fcbbc1913ee7b9d6c3a4 2,509 1.00/1.00 vMB 383
471,017 471,017 000000000000000000d0ba071a0ba30df741eccd3c612fb9bd5fb3f51cb73da2 2,396 1.00/1.00 vMB 429
471,016 471,016 000000000000000000069fa4bce19bdb1a285cdff26786ae2d1f5cabad689d30 1,835 1.00/1.00 vMB 288
471,015 471,015 00000000000000000163dbd6e76e67f757f406d2f1ef5636b7528350879d59a2 2,057 0.99/1.00 vMB 277
471,014 471,014 000000000000000000cd5d12d5d229e0e7dab4b42dbdfbe762b684615e6fb534 1,898 1.00/1.00 vMB 352
471,013 471,013 000000000000000000d5d59a57ebadeea582990e3315ec0016cd2eaeec0e0377 2,427 1.00/1.00 vMB 416
471,012 471,012 0000000000000000002dce8635d8a5efae6ec376e13fa4c3a1d4c51de2764d38 2,458 1.00/1.00 vMB 278
471,011 471,011 000000000000000000414e0e6d1b730eafadcc10fe7f537669e93ae623a81b61 1,572 1.00/1.00 vMB 251
471,010 471,010 000000000000000000d1733049028be8c397da958d34f89f0990ad8e19780071 1,578 1.00/1.00 vMB 312
471,009 471,009 000000000000000000bed4ad2271a2d438fd9219027187c401bba39bbdef3723 2,201 1.00/1.00 vMB 416
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 644.20 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.