Loading Tool

Explorer IconExplorer

Memory Pool

45,312 transactions
27.95 vMB
0.06869666 BTC
Random Selection Loading Transactions
Max Size: 147.75/200 MB

Candidate Block

Mining Attempt 88c7836cadd54c10b95cdba3e8a51d4235b0c782842103b245c7e90d8d0ae60b
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root b0cb1a464d80a6726d5b2a187e4906087b50fad7293297bcbeb4e5894ea9b01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.01526000 BTC
Feerates: 101.53 > 1.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (348,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,906 566,906 0000000000000000002288467f2aad9e7f59e277aac6c0307316db01232ca695 3,217 1.00/1.00 vMB 39
566,905 566,905 0000000000000000002497f4cc7bfcb58dd3af5dcebbf8d9dbdfeb2a6988826b 3,024 1.00/1.00 vMB 54
566,904 566,904 000000000000000000187b796200931b2698b5fb0b801f2cc56beacd2c2fa53c 2,296 1.00/1.00 vMB 30
566,903 566,903 00000000000000000007db013904543e73f946bc28ce2ced6d58757683674e01 1,938 1.00/1.00 vMB 32
566,902 566,902 00000000000000000008a72462610e63788f95c13ccaf34650236130d8d76bf9 2,168 1.00/1.00 vMB 33
566,901 566,901 0000000000000000001c107cf3553d445f8101921a7e02e9e79f92aa1cdd4a77 2,104 1.00/1.00 vMB 31
566,900 566,900 0000000000000000001745da6f403556850491d780fb8308792c4cbe0ad75473 2,659 1.00/1.00 vMB 31
566,899 566,899 0000000000000000000180b31f7b44bb73d73ea2012e3b220535dd71c95b8e36 2,600 1.00/1.00 vMB 28
566,898 566,898 000000000000000000249d44bec2adb4ad86a285d8d19e178fdeebf68286d177 2,452 1.00/1.00 vMB 47
566,897 566,897 0000000000000000000880cc26ae0d87aeef514c91abd9bcf9e5f8d42618a7bf 2,656 1.00/1.00 vMB 26
566,896 566,896 0000000000000000002080b23bb70d8e5a9ed618fd64bd27794e1715a98f0e07 2,680 1.00/1.00 vMB 30
566,895 566,895 0000000000000000001147727fbc0fe848d545a9bfeb7f265b2898db2c3dc271 2,550 1.00/1.00 vMB 37
566,894 566,894 0000000000000000000a0ad0a7dd29dec37fe56fcc01d2fc298ece07ea6a3150 1,370 1.00/1.00 vMB 40
566,893 566,893 000000000000000000172462fde5f466944a73e2b49c22a075894b59be1fc60b 2,056 1.00/1.00 vMB 38
566,892 566,892 000000000000000000237b436c5bada1d2eb5beb857a8d1dc78926fe3a0c88cb 3,153 1.00/1.00 vMB 61
566,891 566,891 000000000000000000019e99b95bb1f69b7bdff2363d5de7c06fcd4339881375 2,445 1.00/1.00 vMB 61
566,890 566,890 0000000000000000001082d54564b20a6b19cf6e80fd2370a171ef07eed4dfb2 1,031 1.00/1.00 vMB 91
566,889 566,889 0000000000000000000e9a9b2ec8497772b1db0d8f83ae802fbe670b8bfa0c40 3,008 1.00/1.00 vMB 20
566,888 566,888 0000000000000000001f17204e9a2ec5e974839a92c1a98dfd7d4beb8d7c5c7a 2,850 1.00/1.00 vMB 44
566,887 566,887 0000000000000000000cf4fb817d94aeaf1099387a82cdbb0a489f1298530318 2,822 1.00/1.00 vMB 30
566,886 566,886 0000000000000000000168cdaafaa01f1b6e87bebd4f48fc5c7d3ec8106af972 2,608 0.96/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.