Loading Tool

Explorer IconExplorer

Memory Pool

38,507 transactions
28.44 vMB
0.06602797 BTC
Random Selection Loading Transactions
Max Size: 143.96/200 MB

Candidate Block

Mining Attempt 0fd4c8a166ca354b2199073f0b010a047f9a06b1e80a8e35bd3002d6ab6e30c3
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 207292d601c53cadad6a24ba2f76a429dedfbf19ce6df8dd3e1de93c2f7b3d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,536
Size: 1.00 vMB
Total Fees: 0.01115333 BTC
Feerates: 105.82 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (464,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,649 449,649 000000000000000001a1df4c383ba31eaef0848607c9bc439c907b1742b1c8d5 2,267 1.00/1.00 vMB 102
449,648 449,648 0000000000000000020a549d69e2938542ef72df0833608cf612bf99aac8aeb7 750 1.00/1.00 vMB 54
449,647 449,647 00000000000000000283d2e076f278f27243bb6a662159ebdcbee718d1da7077 1,821 1.00/1.00 vMB 71
449,646 449,646 000000000000000000941ad900d0e615be3590667b6a71ce76406f5983efe0bb 1,654 1.00/1.00 vMB 68
449,645 449,645 0000000000000000025600b81ea7c4f1dfcb188524f4a9ec945a10c82657fafb 2,028 1.00/1.00 vMB 80
449,644 449,644 0000000000000000023a4d09d747f131a95cb40d5a9bfc98f3fc0f5631ce2a15 492 1.00/1.00 vMB 62
449,643 449,643 000000000000000001d71ca815e7805733c98127a8e220231e2d1b96b5d28735 1,894 1.00/1.00 vMB 80
449,642 449,642 000000000000000001e3e885c35f0fcbcf109305df5d6c370395da8074eed1bb 1,167 1.00/1.00 vMB 60
449,641 449,641 00000000000000000185c56ba6d505cf2483729b218ee39510ac223fa59f66b5 2,372 1.00/1.00 vMB 73
449,640 449,640 0000000000000000012f546492bb8fcf7c948d90c81c8f36aac0ab585f0d1163 1,590 1.00/1.00 vMB 86
449,639 449,639 00000000000000000085dfc5d1ee433ddea15c972505828b06f5e82b7474f4ed 1,795 1.00/1.00 vMB 106
449,638 449,638 000000000000000001c31046e89971f1d9927b73bd6050fcdd8d3c05bd1d4f1b 1,888 1.00/1.00 vMB 82
449,637 449,637 000000000000000000d5f4eceb0f20fcddd36b4b76cf0ad128417b9c7b1dbfcc 3,621 1.00/1.00 vMB 68
449,636 449,636 000000000000000001cd330373b0c205249b72711f71c4e061bfa530a0dd3cae 1,891 1.00/1.00 vMB 70
449,635 449,635 000000000000000000ac24ed68d87e3771c644915ba8076fa0d39acd3316c72b 1,039 1.00/1.00 vMB 75
449,634 449,634 0000000000000000027837acd9b60b0f83924cf49faa2949a19a663bace278dc 2,386 1.00/1.00 vMB 100
449,633 449,633 0000000000000000002d082ca800f33607079250b152dd1f1c6c3886ac146698 1,810 1.00/1.00 vMB 96
449,632 449,632 00000000000000000197205cf240c0308049eea874a1893d8c394e37443ae33b 1,675 1.00/1.00 vMB 70
449,631 449,631 000000000000000000f2d44fc4f332b84ad60e8f4016c2e00e1896fee2ee6608 1,360 1.00/1.00 vMB 81
449,630 449,630 0000000000000000022ef9203f896d14c306c293d93f2a726af02084b614d275 1,493 1.00/1.00 vMB 79
449,629 449,629 000000000000000001e7d1af08ec9cb662160eb4a9a90b22b6a45cceb2e18afb 2,001 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.