Loading Tool

Explorer IconExplorer

Memory Pool

79,009 transactions
29.26 vMB
0.07056194 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt bc8d1cfd62edacd18e7cc9e597a986e0cd4e516621baeb0f5175d155448e056c
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 0d8a72140354708b512a42ab3c99a7184b3e983823835efa7ceaf0589e16f743
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,433
Size: 1.00 vMB
Total Fees: 0.01107872 BTC
Feerates: 170.94 > 1.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (351,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,855 563,855 000000000000000000280010dd32b56cb6f1d7b8ef6a896ff11685832086be2d 2,691 1.00/1.00 vMB 18
563,854 563,854 00000000000000000006c5a1d7f04bfae1d40be715345caa672637747b11cc7a 2,644 0.93/1.00 vMB 13
563,853 563,853 0000000000000000000824a5fcd346de9d94bd182b4b419823d7be97ecf3629e 1,442 0.87/1.00 vMB 7
563,852 563,852 00000000000000000016de3d7c1d417bff69fd6c0654b182e3bff1fd85d17f9a 2,009 1.00/1.00 vMB 8
563,851 563,851 00000000000000000004f8c17be15da0fc803b4a0c2ca59e944fb91d0e235fcd 1,569 1.00/1.00 vMB 6
563,850 563,850 0000000000000000001844edd49aff65dc7124486dcb5bc42f7b62f379d41b40 2,652 1.00/1.00 vMB 13
563,849 563,849 0000000000000000000bb03a224520c5ef7d3270d06c0aff09f39a003033e842 2,574 1.00/1.00 vMB 31
563,848 563,848 00000000000000000001fbe60c55caac208cd9d1d5e318f8fe3b732c8fafc247 2,142 1.00/1.00 vMB 9
563,847 563,847 00000000000000000005fe6781d34e04d514eae4840fba7296c841351ca0be8e 2,146 1.00/1.00 vMB 22
563,846 563,846 0000000000000000002bc7b933261232de7d4ae73de86c62a42fab107f5fff89 2,811 1.00/1.00 vMB 5
563,845 563,845 0000000000000000000f4c254da4287cddac9a9cefbd34b2459fc927bf9c8bd5 2,513 1.00/1.00 vMB 23
563,844 563,844 00000000000000000011597b7b7325127b97cb4f51ce39413166fc7e42809d31 2,904 1.00/1.00 vMB 28
563,843 563,843 00000000000000000029c40abf049f9875b33eb5348fe283d151263b3a2c79a0 2,565 1.00/1.00 vMB 38
563,842 563,842 000000000000000000150d87e868d7b341bb48b9ad549511e8a202ffb181c0e9 2,740 1.00/1.00 vMB 29
563,841 563,841 00000000000000000017189f2282c47d6902b3482e0d94847eb276b87c0e9692 2,326 1.00/1.00 vMB 15
563,840 563,840 0000000000000000000e2fe51d8cfe8ffed9b14111da3f7029b487816ab7e5bf 1,802 1.00/1.00 vMB 22
563,839 563,839 0000000000000000001255a9b20d34b0f95a7e626d336ca5e612f0c5634bf02d 3,027 1.00/1.00 vMB 32
563,838 563,838 000000000000000000004e9057c88c052d5382173c9055b45dcf44b137ca48f7 2,744 1.00/1.00 vMB 46
563,837 563,837 00000000000000000007a785524a4ad09d3a951325f1629973fbd4d53205306b 2,326 1.00/1.00 vMB 40
563,836 563,836 000000000000000000137da81829b304c395e9fd15d81dcb04fe943055e74cf0 2,992 1.00/1.00 vMB 38
563,835 563,835 000000000000000000238bd590f299d501cba7168b391634610cd9e8ea7810ed 2,913 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.