Loading Tool

Explorer IconExplorer

Memory Pool

27,480 transactions
15.01 vMB
0.01808977 BTC
Random Selection Loading Transactions
Max Size: 91.59/200 MB

Candidate Block

Mining Attempt 166efc11e6ff3fecff3cbf3ec9a9951330e1e2d56542e640cfd79dd54c5e5331
Version 20000000
Previous Block 00000000000000000001a79c5649cd6f734f7077f1376e2d834e4a5002349f11
Merkle Root e9891204c51ca7743daa284d0a40193053f55d4cdd25a02329a44dd988051770
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 6,846
Size: 1.00 vMB
Total Fees: 0.00304227 BTC
Feerates: 73.20 > 0.30 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,737 (772,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,033 166,033 00000000000003afca6cf56493c595344ad59673ee8346c0d4281989fa5e8955 57 0.02/1.00 vMB 165
166,032 166,032 0000000000000798a35b1064b541e7442e424979d156012b286a300e6c796fb7 8 0.00/1.00 vMB 15
166,031 166,031 0000000000000a445a69dd4c3a3d036804df25331cb015f3170b775320d205f4 104 0.04/1.00 vMB 62
166,030 166,030 000000000000001302f2682478b56c7383182fd02341556808bdd2c6344c3242 3 0.01/1.00 vMB 16
166,029 166,029 00000000000008fdc4bd8605a21c75ede834b245cfe21fa1fff36ec74d75a924 42 0.01/1.00 vMB 0
166,028 166,028 0000000000000553d1c1cb7f5d922e5215357d9f6c9ed3f746e81689b6f57c7b 30 0.02/1.00 vMB 227
166,027 166,027 00000000000005f356fdeb2e55a395d6d2d99a620c1b9e1d6594fe20763e7c80 44 0.01/1.00 vMB 83
166,026 166,026 00000000000007efb9606466d2cbda78311637bcf8fef1ce2a718b2a6d70fbce 112 0.05/1.00 vMB 97
166,025 166,025 00000000000005397cc671e1b5b7ea00d474a9b1d26cc71bff3c0f24bc45b8f2 45 0.02/1.00 vMB 438
166,024 166,024 00000000000008e325908a958b8829a4083c5c8966626fb85d7b72d6510b474b 78 0.03/1.00 vMB 35
166,023 166,023 00000000000000731a50c475d8032b9fec77db5f10078dd1ca9be0115be7c1f0 17 0.00/1.00 vMB 10
166,022 166,022 00000000000002ef0d1af72aac8cb39fdf061fcbcf3aa5c26f04150f9aaef4ed 6 0.00/1.00 vMB 0
166,021 166,021 00000000000009ce9f73ebcfb0180d4ae30fc508897cbff7ccda7e2bc9adf7f8 18 0.01/1.00 vMB 33
166,020 166,020 0000000000000b7ffca2a099146f8cdc1e931574068b81d22bc7536e139ea46a 50 0.02/1.00 vMB 37
166,019 166,019 000000000000045da956fcf6338c4006ea541fb7a30f4d0e6890466403a70d1f 83 0.04/1.00 vMB 193
166,018 166,018 0000000000000949cf5de9a23747e96e5e3dfb6debeba5fdd75d2b96960b6550 60 0.02/1.00 vMB 82
166,017 166,017 00000000000009b6ad49d8b1490a8b6a97a5203b0b60f73160e38e8c36ee59c6 5 0.00/1.00 vMB 0
166,016 166,016 0000000000000742daf677394f6545963ad70fd6f574c48d6444fc423bd7e1fc 7 0.01/1.00 vMB 184
166,015 166,015 00000000000005a4747e22949c712e6187fe8b1b452d915f04e32f40885a4ccd 7 0.00/1.00 vMB 3,910
166,014 166,014 000000000000098c417f5682aa41164fbd8349086e447adee7008e442e0dc6c9 36 0.02/1.00 vMB 67
166,013 166,013 000000000000087fe0fda3bc9c1deffc8b1b7a6a418e07dcba74f5c47f0d58c8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 824.43 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: 4,156.10 GB
    • Received: 228.88 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.