Loading Tool

Explorer IconExplorer

Memory Pool

28,395 transactions
24.90 vMB
0.10910534 BTC
Random Selection Loading Transactions
Max Size: 121.97/200 MB

Candidate Block

Mining Attempt 41ddea6dba62b075ba72bf4109c21331fa00a191d18cf4c5216cbe1fc35ef404
Version 20000000
Previous Block 0000000000000000000114b741a7ea5e22a3b1644a12fa289ff8ee974cfb5855
Merkle Root 64869f2c5ff5fd6b023c7aae0052c601935d14624294bf3845816af1ad7b6c75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,513
Size: 1.00 vMB
Total Fees: 0.06428266 BTC
Feerates: 151.12 > 6.44 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,219 (843,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,413 70,413 000000000078e1725848bc31edbe70344e84c5245e37fdbe421943b9f2423b3c 1 0.00/1.00 vMB 0
70,412 70,412 00000000008fc01d6d2c1bdb4de76ca87b4ea4f428c389b9a107948e82940079 1 0.00/1.00 vMB 0
70,411 70,411 000000000006b808735666774d600f3bdf579dd1deb3b21f751f352e7bb48d2f 2 0.00/1.00 vMB 3,875
70,410 70,410 0000000000aa9862026023c28368313ef11bc1030c1e5252083574a0f1a5931f 2 0.00/1.00 vMB 0
70,409 70,409 000000000116773a4983347ebf1c5ff2052f893f83062d013e3c7f4e1a895def 1 0.00/1.00 vMB 0
70,408 70,408 0000000000e75b9e18041aaa6e760052d271090d7641ca5b17446ebc71193cd0 1 0.00/1.00 vMB 0
70,407 70,407 0000000000fcf417ecc432099cb372b2c8d5673bb83dbeeab662ec4c8290e37f 1 0.00/1.00 vMB 0
70,406 70,406 00000000001aaa0fa1cdd5cbf48387be75120bcb24e309f3bc2711eaf5ea657e 1 0.00/1.00 vMB 0
70,405 70,405 000000000070bbee9b2ada8fa517b59ae1b918492272675076a99f5c249d1e9e 1 0.00/1.00 vMB 0
70,404 70,404 0000000000d8eb2040eddaf2e9062a792ea56ffaffe733d3753fb4de12256cec 4 0.00/1.00 vMB 0
70,403 70,403 000000000041193bda7344525d14ed23c3ffba051256471cfab938ea60a8d345 2 0.00/1.00 vMB 0
70,402 70,402 000000000042ac01bb5c241bdf48acfb3c75d5e8e70c1ff47dbb64909b30a739 4 0.00/1.00 vMB 2,971
70,401 70,401 00000000010ebcbf2fdfc2c92b98faf4a8177ebbd009b55e9dca43113831d6cf 1 0.00/1.00 vMB 0
70,400 70,400 0000000000ea646aff57bb947eeb4cc119dfe75046757e1b61f85038bc13e583 1 0.00/1.00 vMB 0
70,399 70,399 00000000012ec71f3acaa7a4448f3025fdd4530356a909013833d67aed5fd1c4 1 0.00/1.00 vMB 0
70,398 70,398 000000000065dcdead8f8f7cae890a26b1f9b6a50ef9c2fbbfc99fa8f4731930 1 0.00/1.00 vMB 0
70,397 70,397 0000000000ad2499c04106a6962c5ecf7862151b4cf52d350edda8955a34712e 5 0.00/1.00 vMB 941
70,396 70,396 00000000011fb8e5ed4af804b45a916fe9e92c139eb72d7075e5c3cde98d0b52 1 0.00/1.00 vMB 0
70,395 70,395 0000000000e065ad8b15da1a8bb7ec45fbfc444bb8696796ddc9f115b3b9eba8 1 0.00/1.00 vMB 0
70,394 70,394 0000000000d2e67985ae6c46262e4d897a865931d1df4d9cc345a1e6938ae8ae 2 0.00/1.00 vMB 0
70,393 70,393 00000000014bc12f6d979f443468fbffcf824e3ef7dcee2ff8acdde8d45c5f3d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.98 GB

Node Details:

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