Loading Tool

Explorer IconExplorer

Memory Pool

77,170 transactions
28.62 vMB
0.06464568 BTC
Random Selection Loading Transactions
Max Size: 173.73/200 MB

Candidate Block

Mining Attempt 69394274337ceb4000721d9a9533307b529bd8bf69688b3a39f9b0a789a68a2e
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root ed570018def7f6c54f266010f238bfeb9da1717f433b674dc4385f4b7987df4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,801
Size: 1.00 vMB
Total Fees: 0.00531594 BTC
Feerates: 100.53 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (271,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,175 643,175 0000000000000000000ee4da5d4321f3dbc88ee7dbbfff21d90a8f64ce0a1844 2,029 1.00/1.00 vMB 126
643,174 643,174 0000000000000000000fd82989a67be3b520e63cd6271d2d2f4b974aaac13688 1,682 1.00/1.00 vMB 7
643,173 643,173 0000000000000000000117f88b272b9f9c5a3390240416afe3bdc2c8f6dad6d3 3,099 1.00/1.00 vMB 12
643,172 643,172 00000000000000000003c9156b1700aab91a418d39c39e8e21b4aae56899ff3e 1,336 1.00/1.00 vMB 75
643,171 643,171 0000000000000000000fe69976d8b5f8c0e2ba73b04efbb1cc2c7f61ca48a547 2,016 1.00/1.00 vMB 8
643,170 643,170 00000000000000000004f36c1d740dbab9ba356eb272178b7492b691d864f8f7 1,191 1.00/1.00 vMB 35
643,169 643,169 0000000000000000000f9914a505d0d699e6a37793391dcaf76a1e2c9f220598 2,981 1.00/1.00 vMB 130
643,168 643,168 0000000000000000000f3a66f4bba31a9a6c21fc9835fd5cc19ddec657cf555a 2,310 1.00/1.00 vMB 24
643,167 643,167 00000000000000000000b4553b80ee70e0aaec809e956d7dbe01b8c25bf64e32 1,930 1.00/1.00 vMB 43
643,166 643,166 00000000000000000006d08e66f82c1254a201b7de371e660314c32b804b1758 2,111 1.00/1.00 vMB 43
643,165 643,165 000000000000000000002a6c7eadfd852a558784a0baf7fa0c294ac2e6410226 2,175 1.00/1.00 vMB 18
643,164 643,164 0000000000000000000b5f06a63fd47cccfb049eebf03a7d84544e295d1e4b86 2,437 1.00/1.00 vMB 33
643,163 643,163 00000000000000000000a822e0edf132636520f8ba43b72050ca38cc982b88c1 2,157 1.00/1.00 vMB 89
643,162 643,162 0000000000000000000cc423904e94955470d1ef52d25d278a9004f2d1a593f9 2,163 1.00/1.00 vMB 46
643,161 643,161 0000000000000000000bfd7a446db3125dbdb62627a7e7e2d607c015d7e76123 2,065 1.00/1.00 vMB 131
643,160 643,160 00000000000000000007ccfcaa61886afcb60c79f66d777f982f8e48422f447f 2,241 1.00/1.00 vMB 50
643,159 643,159 000000000000000000089b270eb99f75107d6a9cde37ec944cb80a2998df7b43 2,297 1.00/1.00 vMB 120
643,158 643,158 0000000000000000000fbdc99a1bd9eb65bde64d3d817d769d2472805d2676a7 2,035 1.00/1.00 vMB 129
643,157 643,157 000000000000000000050cc5c3e2a37ac930e662f20d47c12368d91ae5050dc6 2,544 1.00/1.00 vMB 147
643,156 643,156 0000000000000000000246643242daf6659ee14799da6d2e0dd3ac27f60f38b1 2,143 1.00/1.00 vMB 46
643,155 643,155 00000000000000000006a13966037251a8c762b7f2fa472aaa221fc945119c89 2,893 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.