Loading Tool

Explorer IconExplorer

Memory Pool

54,134 transactions
32.15 vMB
0.18320813 BTC
Random Selection Loading Transactions
Max Size: 172.26/200 MB

Candidate Block

Mining Attempt 1294aab8b89bdfbfac144241c8e4d8eba83e130d2cf66f2fb5dc49c73834c089
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root bb0cea3e5e1c2b5d0abae5c2067d1a5b2a298cb24d715a4e99ee09236692d3b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,964
Size: 1.00 vMB
Total Fees: 0.08053038 BTC
Feerates: 101.66 > 8.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (572,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,809 342,809 000000000000000013729aa13c72aadaab74cb96f9ac9697aafbb5d0a59e5ef0 145 0.18/1.00 vMB 12
342,808 342,808 0000000000000000006d7c1b7b4acb41b608469ab9bc77262dd2e50c29fa1b79 64 0.04/1.00 vMB 18
342,807 342,807 000000000000000007cf3ee15bb420f58d359a89ff7336dd0e38b781fa8ff807 206 0.18/1.00 vMB 12
342,806 342,806 00000000000000000ff3c106570d62a182478b0a49f5678ba4c9775973f506e6 864 0.63/1.00 vMB 19
342,805 342,805 0000000000000000150c7478db9f1d2d7ac35f18063f0cee6bb37aee321f0960 586 0.29/1.00 vMB 31
342,804 342,804 00000000000000000b9cd78d32735f3ca623ad1595a45e01f303c2a8a3a9c8f4 138 0.10/1.00 vMB 7
342,803 342,803 0000000000000000175840bbc06c00d8195397832899b1db44764af07447cb39 86 0.10/1.00 vMB 5
342,802 342,802 000000000000000017f31e36c2758ee4afd882c49a8605fe0534f024242d6a52 1,614 0.83/1.00 vMB 27
342,801 342,801 000000000000000010ff5502b6d6c4e0e8be0191823ecc1e7ace8e282f9a8e52 804 0.43/1.00 vMB 30
342,800 342,800 00000000000000000530a695d6a35838c37a931a1e515aedd1acd0f4429bd11a 128 0.04/1.00 vMB 38
342,799 342,799 0000000000000000047e971945a68360b1ced6467e1ea8faff8097b5caa2383c 483 0.26/1.00 vMB 37
342,798 342,798 000000000000000000a9b949a780c2c279f1e430c424db7c84621e58e8ae6e4d 938 0.50/1.00 vMB 26
342,797 342,797 00000000000000000e316c1bfa65180d9215ce09f315d7aca2a8fe29eb91e156 669 0.33/1.00 vMB 25
342,796 342,796 00000000000000000a7f0d3e3e09550f3f600fe802005e335c70c31d4e130e5f 105 0.06/1.00 vMB 19
342,795 342,795 00000000000000001364e23d9757ac8bca740b7c31a409434806addbb741b184 633 0.54/1.00 vMB 19
342,794 342,794 000000000000000004e516a19c1606b777858cc7d03405f6e6b5607b239b385d 188 0.19/1.00 vMB 16
342,793 342,793 00000000000000001350cd63c5c71ea3f1959c1940af1086df1adedc6e72e375 649 0.40/1.00 vMB 23
342,792 342,792 00000000000000000dc4e4195beb8357ac292e2e6db1eb56f0d5e85f7bd60b65 958 0.67/1.00 vMB 20
342,791 342,791 0000000000000000100face45d867e889d5b35fd773be056124df6ac709603a1 179 0.09/1.00 vMB 28
342,790 342,790 00000000000000000a777a0424b53981b4692a23c5647e0dcd1fd68de32b4673 253 0.12/1.00 vMB 17
342,789 342,789 000000000000000016e42035600b8e8afcbf4daa23a8e6bc22d3a8c29d219382 519 0.61/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.