Loading Tool

Explorer IconExplorer

Memory Pool

82,134 transactions
30.93 vMB
0.07904075 BTC
Random Selection Loading Transactions
Max Size: 189.80/200 MB

Candidate Block

Mining Attempt cad482851ff0c6c944c0da5c134b8011da1e0144803abb93563edfbb90d2b90e
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 8f0710c22b4c5c107c15bfbd4f824dacc6c2a6b426f97e4fdcd25fdc9f063231
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.00953673 BTC
Feerates: 301.05 > 0.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (457,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,256 457,256 0000000000000000019c340757274841f57d383546561ba3c455986e80ef7848 2,111 1.00/1.00 vMB 149
457,255 457,255 000000000000000001a56cd8626e3793167c382a8259057395db5e1527e1fddf 2,507 1.00/1.00 vMB 185
457,254 457,254 0000000000000000008fe1f1ea39713e45cdeacb594b3d227990fa7a40cbcd9b 2,111 1.00/1.00 vMB 174
457,253 457,253 0000000000000000020042b64342067b74c2cf84b14be007d6227ec855d271fd 2,168 1.00/1.00 vMB 148
457,252 457,252 0000000000000000023099afca6af300382eb3a41b985334da4795ebf36bf308 2,127 1.00/1.00 vMB 195
457,251 457,251 000000000000000000c489bb5fa3c32e24fe86ca2515bfb9bd7cf45b6a6b33f9 2,658 1.00/1.00 vMB 218
457,250 457,250 0000000000000000010e9f960e465e1b00f4b24a7faad7dd837442fab93d3bde 2,994 1.00/1.00 vMB 133
457,249 457,249 0000000000000000017330e3de9a2bcf29a5aedbade9ac5da2ed568f3c6e45d3 1,697 1.00/1.00 vMB 167
457,248 457,248 0000000000000000023dd55d4cb6c93523b584a0b8c0e12250788ca584bdded3 1,444 1.00/1.00 vMB 167
457,247 457,247 0000000000000000009dd11a77d6655b78c8bb177a2cd3278eb8c5a3e136d21d 2,218 1.00/1.00 vMB 164
457,246 457,246 0000000000000000002da894eb8388849dc3b697c12b70cc477f942802721786 1,881 1.00/1.00 vMB 159
457,245 457,245 000000000000000000b1c65937da1fec809871c27872deee509228d93a91731e 2,644 1.00/1.00 vMB 204
457,244 457,244 000000000000000001bb17c96adb31f053296e099b722175c06536d6b882521b 1,602 0.93/1.00 vMB 181
457,243 457,243 000000000000000000144c373daf889ad3b5affb6db203d6c359c2e45125e3ba 1,213 1.00/1.00 vMB 170
457,242 457,242 0000000000000000018974affc458e985d3869a186ba1bf60cac09a4aa1617ca 2,107 1.00/1.00 vMB 223
457,241 457,241 000000000000000001512d784ecf81174bf00ca0fcd08fb1b2bb6939aa00a294 1,862 1.00/1.00 vMB 159
457,240 457,240 0000000000000000000d5d4ac01c15fbeb49e17d9535d4152877d749d5206831 2,346 1.00/1.00 vMB 248
457,239 457,239 000000000000000001e481fa7752d5c7cc4a2730b557577337548c6e6855a2a7 1,681 1.00/1.00 vMB 185
457,238 457,238 000000000000000001f2b381de340fc05ddb2e1fae7a0681de1914f3d871dfcb 2,576 1.00/1.00 vMB 163
457,237 457,237 000000000000000000a7a7251ed65cddd9e92c67add1e5ff1b7617c7287840b6 2,460 1.00/1.00 vMB 157
457,236 457,236 00000000000000000120beabe301b0a451f3adc29618d1d43276d655ae7ffdac 2,171 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.