Loading Tool

Explorer IconExplorer

Memory Pool

79,926 transactions
29.85 vMB
0.08129917 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt 4d26a663c503f64f9d1a09081ae3f6188ceee36eeac54c0765496d915aea0680
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 61778d4d349ce1803f5ce1fbcbe2856385cb2b5469b018306d74c5e71a3c625c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,655
Size: 1.00 vMB
Total Fees: 0.02034140 BTC
Feerates: 100.29 > 2.04 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (61,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,408 853,408 00000000000000000001457d0a2a040a060b17a5079c732ce1dc6d4c00ba0835 2,571 1.00/1.00 vMB 8
853,407 853,407 00000000000000000001408ee7d08361fecbbbbf71108742c274c84f4b9bc7fe 5,503 1.00/1.00 vMB 5
853,406 853,406 00000000000000000001732b0b46208163b1ef68e9ae89c9a4a1b7065716fe1e 7,401 1.00/1.00 vMB 3
853,405 853,405 0000000000000000000071e61ce8b2b178503c5bf9107de282eee3d0a27ed45b 7,282 1.00/1.00 vMB 4
853,404 853,404 00000000000000000001d25b2eb3a916b9cd681f28f8a69ddc12b33213c4eb9e 3,458 1.00/1.00 vMB 6
853,403 853,403 00000000000000000000bd55fb3843cd4d4474e56b1eb9b41b1126a1e9cfeded 5,904 1.00/1.00 vMB 5
853,402 853,402 00000000000000000001998aef0ae9a671a91db535193558db4c54a201b64e60 2,938 1.00/1.00 vMB 4
853,401 853,401 00000000000000000000ee508630451bfa4c435620ed3f2d8c2b38edf2e2fde1 844 1.00/1.00 vMB 6
853,400 853,400 00000000000000000001067284440723f69af8174df5f17123a9179c7d171bc3 842 1.00/1.00 vMB 5
853,399 853,399 0000000000000000000313cdc017cb8cb29ea06a463a4138f7ef6a8b5e75737c 2,639 1.00/1.00 vMB 7
853,398 853,398 00000000000000000000663037c98026585796bff98cf32857359d0b7278260d 2,396 1.00/1.00 vMB 13
853,397 853,397 00000000000000000000a6918e1b75c66d811256ce948e73ae9a3b03e7eec502 3,375 1.00/1.00 vMB 8
853,396 853,396 00000000000000000000634cd41dcbc887f1d7ebc63b0fb70b9dc7b94d56d4bf 3,701 1.00/1.00 vMB 8
853,395 853,395 000000000000000000035a7981bbeee31c561499b0a8c9f3e8122ca9320f9186 5,211 1.00/1.00 vMB 5
853,394 853,394 0000000000000000000246af4057bd03c555e387ab227b433c0fadbb31eb460c 2,321 1.00/1.00 vMB 10
853,393 853,393 0000000000000000000033be3d235a66362081a0a5022ab5734f8cf860b9d8e4 3,429 1.00/1.00 vMB 17
853,392 853,392 00000000000000000001098021c503e4ae7c2a322d723d97cda30f227d888c69 5,339 1.00/1.00 vMB 5
853,391 853,391 0000000000000000000050aaa622f8a1fa2b2bf13b61fad90a30b4a700b39b51 1,694 1.00/1.00 vMB 12
853,390 853,390 000000000000000000000e5c8aca5f1d77e837442c866030e887d5856b34db6d 5,810 1.00/1.00 vMB 10
853,389 853,389 00000000000000000002626224ef683a2a6d8153038f740b3e1cc44488925025 5,088 1.00/1.00 vMB 7
853,388 853,388 00000000000000000002c9081f7f9570f6cb206d5baa7d29c391626b4ca762d0 5,037 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.