Loading Tool

Explorer IconExplorer

Memory Pool

81,517 transactions
31.53 vMB
0.18377358 BTC
Random Selection Loading Transactions
Max Size: 179.24/200 MB

Candidate Block

Mining Attempt f543e7f610ba2874d4ad2314128d70b2516c3730e49b5c560996050e2e0e4e6f
Version 20000000
Previous Block 000000000000000000002128f08076c4278d8e6a8312c3abb6321e557facd1c9
Merkle Root e9fc793c0181e99d6d46f360466c7542aa28c261f0017162c9c295c94a269d0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 225
Size: 1.00 vMB
Total Fees: 0.02134577 BTC
Feerates: 40.21 > 2.14 > 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,645 (819,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,078 96,078 0000000000055e0b7c2b17d95e1d3a3f414ff7ccda5976bb61d0459fc0c9ccea 1 0.00/1.00 vMB 0
96,077 96,077 0000000000023e99bb6cb109a5649d4ff52aa75e27d0f879123c13f09499ab9b 3 0.00/1.00 vMB 0
96,076 96,076 0000000000020697786c816f7f92628fb5c684b390872039f2091141375b4fb9 5 0.00/1.00 vMB 1,003
96,075 96,075 000000000007fd823d97cab21708e81bcec50b7a2f12622f9c26de171a6530ea 2 0.00/1.00 vMB 0
96,074 96,074 0000000000029d38f380a559be0b5587e7e6856177dea62e81a2dd67ce3ae71a 3 0.00/1.00 vMB 0
96,073 96,073 0000000000062935608d3e54e881708065d98e4a31285b215a2357a17e58d81e 1 0.00/1.00 vMB 0
96,072 96,072 000000000005838c7e33107f378dc7bd96e33308ca0914a114695dfb5db9bada 1 0.00/1.00 vMB 0
96,071 96,071 000000000006390687f10ad2908278ee3a3c1141317f875c4e48ec0dc5a81f6e 2 0.00/1.00 vMB 0
96,070 96,070 0000000000065098be54b8fe8e9599c887634c14d4ae2ca3f0d9d5b423edffb4 2 0.00/1.00 vMB 0
96,069 96,069 00000000000285a05c148391c8a504b9c9984caba911740c6f1ccfa43646cbe2 2 0.00/1.00 vMB 0
96,068 96,068 0000000000038a6c27a546b298c15f67eb516af2b082294d93f537d86684bb83 1 0.00/1.00 vMB 0
96,067 96,067 000000000003287337cac27924816a9f3d9c84687328f1c4ae901d5cb9759b8a 1 0.00/1.00 vMB 0
96,066 96,066 0000000000019e1c040853a7a532c78b63aaffa99a1ddff4dcebc4a9cc940a22 2 0.00/1.00 vMB 0
96,065 96,065 000000000004820e6e52186f2006acd992665b250b7981dd836de2f9c5a30119 1 0.00/1.00 vMB 0
96,064 96,064 00000000000568ef6b3016788ff7c63f182937a92a462014636d02fafda9e31c 2 0.00/1.00 vMB 0
96,063 96,063 000000000000715e4db9b2f0688b8c689d40b0de6c5e22a582828875ff4bb86a 6 0.00/1.00 vMB 0
96,062 96,062 0000000000027b107b590857d9a6357376d86027032f2c32f989f98b71607ad0 5 0.00/1.00 vMB 0
96,061 96,061 00000000000489a41e0e0ee3778582ff0c9c61773bb79907c616348644d75ae4 3 0.00/1.00 vMB 0
96,060 96,060 0000000000029af88c2052bf97cbb90a9d3307040a37f6260d124d076694f5c1 2 0.00/1.00 vMB 0
96,059 96,059 00000000000028c8d69d65bebdca97a08de22f30267749d532c4759a87930991 1 0.00/1.00 vMB 0
96,058 96,058 0000000000019bded78a8c655a35e4d83d03a2b6ea95d00248e921c43cc667aa 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.51 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: 773.14 GB
    • Received: 20.44 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.