Loading Tool

Explorer IconExplorer

Memory Pool

25,788 transactions
16.48 vMB
0.02226762 BTC
Random Selection Loading Transactions
Max Size: 96.42/200 MB

Candidate Block

Mining Attempt 95b7a63b54b8defdee5761718b89903eab53eb0e6f20bb72bb7419304892026e
Version 20000000
Previous Block 0000000000000000000051df37524606ff65cb7d96423e996e8901cfc80a7019
Merkle Root b235aa6201c801047b6367e6d114e2a1add5b2c259bb5962decb9bb14a617ace
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,246
Size: 1.00 vMB
Total Fees: 0.00519155 BTC
Feerates: 101.44 > 0.52 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,134 (93,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,175 845,175 0000000000000000000160c4ab64d90b7e9d8add1bc03bcc9d93132331dffcc6 5,112 1.00/1.00 vMB 19
845,174 845,174 000000000000000000014c457e2cffc5f1cd54a0cb52d290245ed593746e2f97 6,022 1.00/1.00 vMB 8
845,173 845,173 000000000000000000015ca4a90192240d1fca1f3039cebc071368c6fd18f103 5,250 1.00/1.00 vMB 8
845,172 845,172 000000000000000000020d0f897f7c6435a411261cf336e6ce1cc42036b2e115 6,342 1.00/1.00 vMB 9
845,171 845,171 00000000000000000001c8b0e8ed3259c463ac9b8016c21a698404b5c08ee925 6,771 1.00/1.00 vMB 9
845,170 845,170 00000000000000000000fbb954d2c3b2bac3343c42c340aa93afe38646999d12 5,614 1.00/1.00 vMB 11
845,169 845,169 000000000000000000009702cfdfa099cbe69d7bb13a375cdc4a07108e4509da 6,091 1.00/1.00 vMB 9
845,168 845,168 00000000000000000000adead113c6b2aa16c84838e45f99ebe075d96c3eba63 6,420 1.00/1.00 vMB 8
845,167 845,167 00000000000000000001c11fc4bcff3a289b6fd579ea00c2006e37aa8b159e3b 6,141 1.00/1.00 vMB 9
845,166 845,166 00000000000000000002e5bdb3fdc2723ab644f7f43fca9060a3f7e565ad9e7c 6,314 1.00/1.00 vMB 8
845,165 845,165 0000000000000000000222f2fe74dc848b64eb326591c1063547152a2e9a0cd7 6,452 1.00/1.00 vMB 10
845,164 845,164 00000000000000000001eeaad161c104a8fa3f5220f58dbf8ea1c0e4cad0c330 4,782 1.00/1.00 vMB 9
845,163 845,163 0000000000000000000149847643529ca725883edbd307c3c01346476519dfe5 6,213 1.00/1.00 vMB 9
845,162 845,162 000000000000000000030c921afb053c2ac2d6b681e20d4d5b7401ed2c8f8449 5,567 1.00/1.00 vMB 10
845,161 845,161 00000000000000000002281ec72b466977fa8fd7e993e50879457d8f4b21c800 1 0.00/1.00 vMB 0
845,160 845,160 0000000000000000000014d2b5a6209d89ae50ee10248502692474df02796acf 4,904 1.00/1.00 vMB 10
845,159 845,159 000000000000000000018bb04689cec3d53407f38c05a349200e160cb2e3d6f4 4,276 1.00/1.00 vMB 11
845,158 845,158 00000000000000000003438fb450f8b1a7daeeed60daf0ee68c488d861095d88 6,143 1.00/1.00 vMB 8
845,157 845,157 0000000000000000000244fd260d8f0863c6a727ba4be2c14e69cfef3f738d7b 4,509 1.00/1.00 vMB 10
845,156 845,156 00000000000000000001937db998d5a707279af1572fe5e52b6d6de0feea31c1 5,254 1.00/1.00 vMB 9
845,155 845,155 00000000000000000002b54e9cdd4f8f7918a053dad8882c3eb8fad4a0303b85 4,948 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 825.15 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,225.28 GB
    • Received: 232.27 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.