Loading Tool

Explorer IconExplorer

Memory Pool

46,112 transactions
21.88 vMB
0.06148759 BTC
Random Selection Loading Transactions
Max Size: 132.19/200 MB

Candidate Block

Mining Attempt 4ec1b96a1da1939981283a7567081d940f2b25d60245b926844b9d42c4652de7
Version 20000000
Previous Block 000000000000000000017bc1f287b8b4aaaf8df10f43f285941b69348d51ac17
Merkle Root c09037e8767904d1874c2370fd0f2a87229d1d4a1e47e2d37e16ab53c9a0be65
Time (UTC) ( ago)
Target 00000000000000000001cdfb0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 1.00 vMB
Total Fees: 0.02490725 BTC
Feerates: 150.77 > 2.50 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 922,254 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
922,254 922,254 000000000000000000017bc1f287b8b4aaaf8df10f43f285941b69348d51ac17 3,561 1.00/1.00 vMB 4 ago
922,253 922,253 0000000000000000000177344c5ac08f05466620c5c0c46cc074fabadc1c4ad2 2,414 1.00/1.00 vMB 2 ago
922,252 922,252 0000000000000000000111bca0aea5dc3453662296c236b7a4127d629ff1e98f 1,435 1.00/1.00 vMB 1 ago
922,251 922,251 0000000000000000000069f2e00a67db0ec30eff7127b6af21b8b688f920f3f9 2,358 1.00/1.00 vMB 2 ago
922,250 922,250 000000000000000000017de2ee0fcb53b7a8a35c094a184892b35eb85a8a3bec 2,408 1.00/1.00 vMB 2 ago
922,249 922,249 000000000000000000014d3e8e57c4f425ebdb9fe1be27e8a26f204815c37a12 3,202 1.00/1.00 vMB 4
922,248 922,248 0000000000000000000031821dd560f8515935a388a509e557431e732130b25f 2,112 1.00/1.00 vMB 1
922,247 922,247 0000000000000000000037ef2aec957e0db65e69c26dca9733e346523ae9784d 3,172 1.00/1.00 vMB 4
922,246 922,246 00000000000000000001a30acd628effb82701782cfb56fdd567e23c085c8667 656 1.00/1.00 vMB 2
922,245 922,245 00000000000000000001b506bdde84eade0568b4c78387566a87a0b65e9a60e1 3,224 1.00/1.00 vMB 4
922,244 922,244 000000000000000000006bdbb3947619ccef184e72735f0d060c824dfb5bf944 787 1.00/1.00 vMB 2
922,243 922,243 00000000000000000001ace039bfcc8f1299eb5312da56b2d69e345633890271 3,492 1.00/1.00 vMB 5
922,242 922,242 000000000000000000007607d705da94ee95d7acb6e4700630854c5276b936b1 2,643 1.00/1.00 vMB 3
922,241 922,241 00000000000000000000c8fac150ccca5167799e6ee86a7be40b1fdfd0aef06c 3,545 1.00/1.00 vMB 6
922,240 922,240 0000000000000000000120d40a000efbae159fccc76923f05edf87306ecbfb21 3,398 1.00/1.00 vMB 5
922,239 922,239 000000000000000000000941c75a4abe1f668c4e0f367cdbb80e97ad2993235c 4,120 1.00/1.00 vMB 4
922,238 922,238 000000000000000000012ecf1f166a2a02eec53cd4b85980f8921d846c420b4b 3,465 1.00/1.00 vMB 8
922,237 922,237 00000000000000000000b2e2dcd49d347e85ca842f320c8dc4bc8da6b9335fd0 2,797 1.00/1.00 vMB 3
922,236 922,236 00000000000000000001c60a5c7f067c249c8af69589b7b93b1d50de7ede6931 3,869 1.00/1.00 vMB 3
922,235 922,235 000000000000000000000078ee52fc441efc86d539ab794980fe9afa42fbc82c 3,743 1.00/1.00 vMB 6
922,234 922,234 0000000000000000000068cc92b28683c165c371b2d0a33129b19aeff510ba8f 3,807 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 794.90 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: 1,816.06 GB
    • Received: 77.10 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.