Loading Tool

Explorer IconExplorer

Memory Pool

45,141 transactions
20.37 vMB
0.06696633 BTC
Random Selection Loading Transactions
Max Size: 115.46/200 MB

Candidate Block

Mining Attempt 3fba6486f71eecebb15e0901cb08b1438fd9331d5abea83a20cabb243bc243b4
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root 8755d19a7803ac27e63c6776a3b8c64cbe1ef4d824ea0896af13e01d61778592
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.02673264 BTC
Feerates: 302.27 > 2.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (793,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,812 120,812 00000000000028d2c2f3c509ad2ba06c8cb259b0a1ee85e1ff2e536751d4c32e 4 0.00/1.00 vMB 0
120,811 120,811 0000000000006d4a05fcb04401040e7102540ca3305253982aed03162324c891 16 0.00/1.00 vMB 1,313
120,810 120,810 0000000000002a0fad0c8b75dba7ecc8dc86cb2e6af68207927851039352544d 1 0.00/1.00 vMB 0
120,809 120,809 00000000000088bb0b3300039929d4efecde5572a0007bba414d27e5ff039d0a 9 0.00/1.00 vMB 0
120,808 120,808 000000000000b230d4de4dad827e71a585cfc290a6532f197afec05b44b72f75 36 0.02/1.00 vMB 1,471
120,807 120,807 00000000000057317e23a47879fafbbce6187cc96cb7f61d6079790ab6e0d639 2 0.00/1.00 vMB 0
120,806 120,806 000000000000ab07384fbf97aef9e8d8ffa1339e522d9187d8141f959a071b60 9 0.00/1.00 vMB 377
120,805 120,805 000000000000964272ab46604b264f688d3de16ffce9cf93c3852e5daa8a24da 1 0.00/1.00 vMB 0
120,804 120,804 0000000000000808279c0dfa5af35a373ff2fd303417c5cc1e7a6825e9152ef2 8 0.00/1.00 vMB 802
120,803 120,803 000000000000ae15a084dd21b2335ddc54b1c7667aca5c77cdb2d66e78928fa2 135 0.04/1.00 vMB 53
120,802 120,802 000000000000b2372e01531ebb5111a4790e6bc2f229babe66c5d5ffb43e216e 1 0.00/1.00 vMB 0
120,801 120,801 00000000000087443fb1d09b0394d34e7cad961a585e9a0a0e08f5581e4c5988 7 0.00/1.00 vMB 717
120,800 120,800 0000000000008375e2021cfa4caf29f319ac4eea3a317d6291d1b54a481e7834 15 0.00/1.00 vMB 1,298
120,799 120,799 000000000000a699b8a3249564a58d95f896f089b9f51f4d1b8360e9344d2d7b 21 0.01/1.00 vMB 583
120,798 120,798 000000000000882c6cdec7e271b52994036d71b2b8a9bc69721cca3b9c397b14 2 0.00/1.00 vMB 0
120,797 120,797 0000000000003d3ccc8be9110eee1373b5f0d283abda8488d219fb410f1f6566 29 0.01/1.00 vMB 228
120,796 120,796 0000000000001b4cc3984bc681b744af42763ba835ebcdff05b4aa49262af7d0 3 0.00/1.00 vMB 1,434
120,795 120,795 0000000000003226b5acd57997797225fed71c17a88953cff06379c95dd736bb 14 0.00/1.00 vMB 234
120,794 120,794 000000000000acfc2e526fdc544169e0b9330c5c44732670585a35513af05a1e 19 0.01/1.00 vMB 0
120,793 120,793 000000000000186bfede5c3e9d599a1aec8a6fb37854f8d30aa1536e0c81557d 4 0.00/1.00 vMB 3,870
120,792 120,792 00000000000083091ffdba6f219714d772229720f08df1da59553877f0ff7baf 88 0.02/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 780.53 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: 535.48 GB
    • Received: 5.91 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.