Loading Tool

Explorer IconExplorer

Memory Pool

34,756 transactions
30.82 vMB
0.07017797 BTC
Random Selection Loading Transactions
Max Size: 151.38/200 MB

Candidate Block

Mining Attempt 786ea580a676e2e39fe7cff20137ce4c1fef9b8f2c3450ca23dbd45161470a7e
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root 92c554fa172aec03a23926a0d287831e0a0f22df74da4c1042df25dfe9c2a808
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,436
Size: 1.00 vMB
Total Fees: 0.00849031 BTC
Feerates: 151.62 > 0.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (797,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,570 116,570 000000000000dae0a2ff27f281beb21dc0d42e1a3dadbb6ead4c53ab878d0f73 21 0.01/1.00 vMB 333
116,569 116,569 0000000000004570d89d32de336a34caa696cb715a07843083921be496d3ebbf 13 0.00/1.00 vMB 326
116,568 116,568 0000000000007be5748e2911ee6734dbb51461023fb434cc2db7d8651c5429c0 14 0.00/1.00 vMB 1,884
116,567 116,567 000000000000502a7ee2f631dce323b782490ed44777a6f477f23c7956b0b163 13 0.00/1.00 vMB 1,120
116,566 116,566 0000000000005574b454a503d7f2458d93fb527fa7312a796c44e06229d5aa65 14 0.00/1.00 vMB 1,507
116,565 116,565 000000000000da221ebbc7da70064dc629654bf5cc589b719d2afa70c8916cc9 13 0.00/1.00 vMB 337
116,564 116,564 0000000000005a4f78adc43972b3e83f0f2822af999f1f24993e9ad3f36be6e7 10 0.00/1.00 vMB 0
116,563 116,563 000000000000182cf6913514b0eaebca1ac11285fa52c07c64152bab739ecaca 13 0.00/1.00 vMB 308
116,562 116,562 000000000000cbdf2c39007128ed446536079428c8de1c75def37cc275f93e4e 11 0.00/1.00 vMB 1,314
116,561 116,561 000000000000b9237acc3e152b7e8ed58368c8c28529df77cb31148db09894d9 15 0.00/1.00 vMB 1,340
116,560 116,560 00000000000081445a7a172022ed5b455df52b75860bc312fa9ac14e5dc415de 11 0.00/1.00 vMB 362
116,559 116,559 0000000000008cfacf7222878ef0179a3a459f81551745b1c3da43cf55d4fa10 5 0.00/1.00 vMB 3,875
116,558 116,558 000000000000c6bf23ce202150c950f7c6fa3247097e266281a7dfe19a15aaf3 13 0.00/1.00 vMB 927
116,557 116,557 0000000000006ca66c4f6a9e31829cb0579d393477584e3fa2cca51b0e94a532 13 0.00/1.00 vMB 2,331
116,556 116,556 00000000000097e2f78f608cf3f91f565ec3b9eacb29ba007401cc2f378516b7 36 0.01/1.00 vMB 111
116,555 116,555 000000000000e3afa49884c2e1fa2135706a5afc63d9c895b8b2c120596a5ddb 11 0.00/1.00 vMB 0
116,554 116,554 00000000000005de9aa6fe49850edbb3eca54675bf7da710745b7f6cec67ee03 5 0.00/1.00 vMB 1,304
116,553 116,553 000000000000d30788194c16b15027f3547de79e39bd4710a0243c0c53d66a83 25 0.01/1.00 vMB 1,585
116,552 116,552 000000000000963cd6df5e4af54cdaadfc1e153d3ea664ab82b8180b48fe29f1 9 0.00/1.00 vMB 625
116,551 116,551 0000000000004a801d71aa533225f8f535dcf30ac6c1051efdc29d898e5cc7cd 13 0.00/1.00 vMB 681
116,550 116,550 00000000000066804411a88c017779d39fbcc2544ae1021a21d97047dd4ce95f 14 0.00/1.00 vMB 1,517
Previous 10 blocks ↓
Total Size: 781.18 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: 582.83 GB
    • Received: 9.28 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.