Loading Tool

Explorer IconExplorer

Memory Pool

23,760 transactions
5.31 vMB
0.08911190 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.83/200 MB

Candidate Block

Mining Attempt 7ca091553fe59193f91b8e850a9f02b35e882f9b74a938d5c5ce2cba2e31738f
Version 20000000
Previous Block 000000000000000000009769429246c67b4aad65947a539986ce93ac183a6692
Merkle Root 7eeafe0e6b90993c59b60b90b56172d7ca8d9dd052ee31b5bcb8092581cccb70
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 1.00 vMB
Total Fees: 0.06915148 BTC
Avg Feerate: 3.61 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,883 (773,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,883 139,883 000000000000064c3baef94e4ffa502a0f1ef4e63131b882e0e78591469bee62 0.05 MB 119 819
139,882 139,882 0000000000000896f3aa368d208fb09767ef294c9dbd770fa5a2889c3dc33a09 0.01 MB 18 185
139,881 139,881 00000000000005d466809164e7627ac0e8697be3015a21d9bf2641fb402fc0f2 0.04 MB 59 131
139,880 139,880 00000000000007d8edda782efcbbd2b1458f0e087b47569f79f68ae19deebf9c 0.01 MB 33 469
139,879 139,879 000000000000084b3881abcee59d041d7987baa24f4d406c356ae3666e253272 0.03 MB 71 78
139,878 139,878 00000000000001f76a4c94939531d75bf49cff3f8dcbd5903f0be79f32e576a5 0.03 MB 49 513
139,877 139,877 000000000000008e0ec7c698394256bac32878f0241b0d5128fc1be210d610a7 0.01 MB 19 63
139,876 139,876 000000000000074ed767460fb6afbb3e32706752c3f1068968f21593c3d1449d 0.01 MB 26 429
139,875 139,875 000000000000004f4c74ed39d798d79a73d0b925c781cca6a2b8251e921abb63 0.01 MB 26 86
139,874 139,874 00000000000000abed4cb0501c158a2d6fb90539d62a4c40034bde7bdc1131da 0.02 MB 66 109
139,873 139,873 000000000000013860ad30ea38b1d835f4212d13892b1860afb789044c02fea0 0.05 MB 112 219
139,872 139,872 0000000000000479796364347cd60b3278253402f31d30bcd58e45b7bb92888b 0.03 MB 50 367
139,871 139,871 0000000000000249c20e1e9aaa990b1dd45d581b71dbde612de7ba9f98d18ff1 0.02 MB 47 677
139,870 139,870 00000000000005df6804f25fc18730fc2bf1c17cdcd19a14695ca2db04d0b537 0.02 MB 32 157
139,869 139,869 00000000000005aeca73f8c1f9c44a099ff9a95c13a166015d83465e2811c5fe 0.00 MB 7 71
139,868 139,868 0000000000000316db2bfcb4cce96e65e43675885ae61b904769b616d8f8cb58 0.05 MB 121 242
139,867 139,867 0000000000000709ba33b08c07b6aed7585b2bf8ec41b164becedd1c6f7d944f 0.03 MB 50 108
139,866 139,866 0000000000000595b1eaa8bf7d91cd3487fd6d435ae6368f0791b1be8837c022 0.05 MB 6 998
139,865 139,865 00000000000005d34b4233dde09a051a111411ab9daea770558f6b4112fbc504 0.02 MB 66 3
139,864 139,864 00000000000003e250371f00375cff226a787c9b1cb2ec038f8d7a3f990ca1db 0.02 MB 47 319
139,863 139,863 00000000000000b46d78edb9cc7abdb938617de363928d3fab81de3a23bb9606 0.01 MB 19 92
Previous 10 blocks ↓
Total Size: 778.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 263.34 GB
    • Received: 2.42 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.