Loading Tool

Explorer IconExplorer

Memory Pool

78,745 transactions
34.88 vMB
0.13621891 BTC
Random Selection Loading Transactions
Max Size: 192.89/200 MB

Candidate Block

Mining Attempt fb6154c847c7b9d553a2ee5852523f9b32ac77419c42798a57b0cd262e9c3e47
Version 20000000
Previous Block 0000000000000000000083cd39367e0cb041c7750eda09569a7b62d97da4353e
Merkle Root 6c633bdd1ed8bc6215244c7ef73823bc333072849bc396ac9477d44f83cf9ff0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,589
Size: 1.00 vMB
Total Fees: 0.01858305 BTC
Feerates: 177.15 > 1.86 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,403 (532,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,201 383,201 0000000000000000107cc538e8667a89ad70f0e1c5965f25f2f6d633c3018436 2,103 0.95/1.00 vMB 35
383,200 383,200 00000000000000000bf438f994d027cb6ba2062e33c34c2eea196495c7b9f08c 158 0.10/1.00 vMB 18
383,199 383,199 00000000000000000d41c7c0450c1ff5a17747070909b114e4d9d8f814be9080 856 0.60/1.00 vMB 24
383,198 383,198 000000000000000002ed0bc8bc6022d818aa61541b55e41ccc121a00a7499d1b 1 0.00/1.00 vMB 0
383,197 383,197 00000000000000000175be363fceab57d02a4ccf83721e5086720511a89765f1 2,405 0.93/1.00 vMB 39
383,196 383,196 00000000000000000f5b05adec978bd45233cdf31d3d8b608f2a68487940f7a6 637 0.40/1.00 vMB 15
383,195 383,195 000000000000000006b02a9e2a362804ec1c3def90e506bcef5b9c8e6d577b7c 951 0.47/1.00 vMB 32
383,194 383,194 00000000000000000ccb68aabced4f1f34703bfcf14cf6eae58de880ba3862b0 2,403 1.00/1.00 vMB 39
383,193 383,193 00000000000000000295210d85fd48ae0921cf3db4a9681f48c775c890eff4ad 1,105 0.99/1.00 vMB 17
383,192 383,192 00000000000000000c59c0b20850d1c2807f55f7303c1e6c4cd3f54c4272da09 1,458 0.67/1.00 vMB 28
383,191 383,191 0000000000000000065f367eb47368b5349d2b7249b88029c79fc4f886a590d3 2,688 0.93/1.00 vMB 44
383,190 383,190 0000000000000000084228946bcc23c3bde5f65b145dc00b99cc1273adf5ce9b 1 0.00/1.00 vMB 0
383,189 383,189 00000000000000000c1d255df0e2222245dcec280b5162d0001a2f9db79e1df2 212 0.13/1.00 vMB 27
383,188 383,188 000000000000000008c1aa6eebd404e45fdd2faee360e3654cf94bc495bfdaea 1,668 0.93/1.00 vMB 29
383,187 383,187 00000000000000000e4ac0e1b4bed05afbd4feb09642a4fbc741f9b69cf09561 2,200 0.75/1.00 vMB 51
383,186 383,186 00000000000000000cf8dcff20ece556ad445608486bf8a2a75da257a7b22ab4 125 0.11/1.00 vMB 14
383,185 383,185 00000000000000000d92540d37d9c3f772262e1e95638d1191bdbb5ed151247b 966 0.49/1.00 vMB 29
383,184 383,184 00000000000000000b4e625a00e7e70bcf2907e8976b37a90a2d7d15078d6997 162 0.12/1.00 vMB 19
383,183 383,183 0000000000000000069485fcf25a00271a6f92b854c30a85d12adae392b8d869 1,632 0.69/1.00 vMB 34
383,182 383,182 00000000000000000f689c836043b058d3d9136a12554657faeecb6291f337a5 1,601 0.74/1.00 vMB 33
383,181 383,181 0000000000000000034bc6ea2996f529694e350e6b2d07532dd4b37333af69e4 466 0.29/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.09 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: 724.30 GB
    • Received: 18.42 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.