Loading Tool

Explorer IconExplorer

Memory Pool

78,684 transactions
28.90 vMB
0.11109420 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt d8c626b15f8a7966268f990fbbe84621b8175ee8a4976ea489f95d881b681c99
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c9df7030d23d5c6e02558f6752ccd7a749312fa4a1548c0d96e1831c9ba76ca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03968187 BTC
Feerates: 602.26 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (461,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,181 454,181 0000000000000000009f3c658f72ad7abc0d52e6ab0b13f33881f761009a2afa 2,024 1.00/1.00 vMB 142
454,180 454,180 000000000000000001bc619185c3bccf2c8894382c59ba4c76867b3215f53a72 1,639 1.00/1.00 vMB 95
454,179 454,179 0000000000000000004c6bc2f9a89c414217421a31cee7fbac6ff1fe8dc38922 519 1.00/1.00 vMB 87
454,178 454,178 0000000000000000025136ddd4cf47907473478b45482f78d6bca1761df967e0 1,003 1.00/1.00 vMB 130
454,177 454,177 000000000000000001d01607ad2c9a5cc647f18dce1f064e2df9a6d1c12352f1 247 1.00/1.00 vMB 77
454,176 454,176 000000000000000001841b357586393707a0326a61622b43b18069d9b241c81a 1,598 1.00/1.00 vMB 99
454,175 454,175 000000000000000001b25b94dd4d628b9de046e26b53c9786be5b9a52683662f 1,842 1.00/1.00 vMB 96
454,174 454,174 000000000000000002313a8e4eec1d7b597e41d22d5347bcbc3429b7155bd4f5 1,197 1.00/1.00 vMB 97
454,173 454,173 0000000000000000010e5ace3626873b43458d9055d184dca30f081ebd702424 1,611 1.00/1.00 vMB 84
454,172 454,172 00000000000000000110e09d7f6fb5b4bb06cbed462f32b282f900639c8eaf33 2,216 1.00/1.00 vMB 139
454,171 454,171 0000000000000000014f1e436f5daf530c6e6810713bf1270c64d0237ed2062d 1,317 1.00/1.00 vMB 164
454,170 454,170 000000000000000001faa369d755bcbacb971f2807cec957e495ebce8e8b9bb5 1,497 1.00/1.00 vMB 111
454,169 454,169 0000000000000000027e2ed23fcca3fcbd895567c616a4e9190203be09a73a9d 2,155 1.00/1.00 vMB 163
454,168 454,168 000000000000000000620897447da831fe6046bfc062f1f5ce9100c1f7ee851d 1,442 1.00/1.00 vMB 119
454,167 454,167 00000000000000000095d70067c6bdcda55024fcf43b2b629ecc3214fbe8a681 1,625 1.00/1.00 vMB 105
454,166 454,166 00000000000000000095237aea75f7c762c9b69ef23b0d0acfb3fc27699b760d 1,788 1.00/1.00 vMB 152
454,165 454,165 000000000000000000351fac2df364687b51899896740583f50a70765e5926cd 2,215 1.00/1.00 vMB 169
454,164 454,164 000000000000000002480d7f8865e433cf54b2439f97aa7a338ca792f55b784f 2,075 1.00/1.00 vMB 187
454,163 454,163 00000000000000000026b72386cbbe789f530ed47f841c52ebafb8d364029475 2,415 1.00/1.00 vMB 147
454,162 454,162 0000000000000000023a7dfb642c52d65ec1c1bc61511d2771bf9aaf794b5a71 897 0.37/1.00 vMB 159
454,161 454,161 0000000000000000017666a32a27624bda261c6b3cb3b60c7924a75c4d6590ef 2,533 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.