Loading Tool

Explorer IconExplorer

Memory Pool

81,060 transactions
29.79 vMB
0.10364963 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt 6dbd6ef189e3e8da0456546f2e1ce8ea2cc01b3918d5ae3a6bc745695a4c5233
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root cfe2b7358cb834bf7bd708d162f18d7e4110d7d007f5402253896dd4181469d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.03850902 BTC
Feerates: 146.36 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (687,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,268 227,268 000000000000002a133d41d3cd3fcfa5d0d37ea8d59049bcc53ad3ac12557cce 14 0.00/1.00 vMB 180
227,267 227,267 000000000000000d2893c2e7eb22907f2662db38772640c497af6d4911a77158 512 0.40/1.00 vMB 28
227,266 227,266 00000000000002f3d02e5a16b27e9bd199fae15abb3fce9c5cc445d6720c367a 340 0.19/1.00 vMB 176
227,265 227,265 000000000000029fe5cc3fe678d18f1618dfc17ff13c824542334c4f055cbfee 104 0.03/1.00 vMB 128
227,264 227,264 0000000000000259dcb78d1d061aff88d45a955963c263f89ddb2acc22b3b467 151 0.08/1.00 vMB 134
227,263 227,263 00000000000000c647523db1dea787df6ae35c20eea4ddd78c7b78d0a405cdcc 269 0.23/1.00 vMB 125
227,262 227,262 00000000000000b54d7156173c6ed36045014e0aa41a29ddc13b0346ae6a07a6 183 0.15/1.00 vMB 107
227,261 227,261 000000000000029f5b842702278dd4aac22c0771b5f2ba793b56e0e4a48fede9 88 0.05/1.00 vMB 105
227,260 227,260 00000000000001ca20ec14e0eb4f875e7779a5df299e1f1ad03ff5aa7a9f9dbd 82 0.02/1.00 vMB 141
227,259 227,259 0000000000000261e0cda04f2185e7102b1c8ce63cd9520aa8a8e40174ab60a0 117 0.06/1.00 vMB 95
227,258 227,258 000000000000020a484e61f5b15ddcee3ace513b991b285ca4c1a9869ddbe9b9 381 0.19/1.00 vMB 195
227,257 227,257 00000000000002c2648e212edea6075db1091c367c1cdd69e0f1b5580d83e5e4 177 0.07/1.00 vMB 230
227,256 227,256 000000000000025ff72d6572f269d07855387627b58575329b3a976cc45f036f 278 0.14/1.00 vMB 158
227,255 227,255 000000000000034c0bc2f988c1631c590fb498176252f774fa59c4445101d0d6 187 0.07/1.00 vMB 188
227,254 227,254 0000000000000101a6b80010f50a7473a18fec5be3c5fb897042b262dfa2e95a 1 0.00/1.00 vMB 0
227,253 227,253 000000000000016ad6097438dc03b1c66e5fcd9b0bc6464412504a0dca67535a 94 0.04/1.00 vMB 143
227,252 227,252 000000000000020479826bd0e5e88f237bd4909356f9f409dcbda0c235a41e32 541 0.20/1.00 vMB 175
227,251 227,251 00000000000003603502b33e10e8aa0c8d6126210175f2fc340ea24ca7d5c813 350 0.14/1.00 vMB 159
227,250 227,250 000000000000019892d4adc1aa9a7c0f803a7ba78c8c75947c013f51c104b2f5 992 0.35/1.00 vMB 211
227,249 227,249 00000000000001fff3023eaa3ddc4e06d742393b7b5ff4e01c938ee127ac4133 219 0.10/1.00 vMB 122
227,248 227,248 000000000000002ebdaf25189c9251971bf6325552f8dfe183dee147eaafb99e 512 0.21/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.