Loading Tool

Explorer IconExplorer

Memory Pool

53,768 transactions
29.92 vMB
0.10348503 BTC
Random Selection Loading Transactions
Max Size: 160.66/200 MB

Candidate Block

Mining Attempt ce7805e0c6e1e01a97e3b0d44db2a078f468bb886ffffa33ef91b8dd89275c59
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 27be2e63dbda53fc1e6157cbe05a1ade5b7aac500a3e0f64e6690974cfb85c68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,177
Size: 1.00 vMB
Total Fees: 0.02845721 BTC
Feerates: 157.35 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (99,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,259 815,259 00000000000000000002756eb555ace72b25460e6de536a6f8a70a22e54f307b 4,926 1.00/1.00 vMB 71
815,258 815,258 000000000000000000035ae3cbc11f6679d7884b1e71633b226e665efd4a2012 4,818 1.00/1.00 vMB 73
815,257 815,257 000000000000000000018994a6570887525fa142730f9d71743bfa48deb651c3 4,914 1.00/1.00 vMB 83
815,256 815,256 00000000000000000003953def8d9143eaca8e8f396bb2f10e12d87333b455fc 4,654 1.00/1.00 vMB 63
815,255 815,255 00000000000000000002d51437f5d3b7929a1aee475475911cfad178a6043b53 4,310 1.00/1.00 vMB 74
815,254 815,254 000000000000000000039316d25381e75430efab658033903ad39e5c016df6b2 5,218 1.00/1.00 vMB 78
815,253 815,253 00000000000000000002b36823636496e8a740da435f50a90d714596b1787c30 4,056 1.00/1.00 vMB 80
815,252 815,252 00000000000000000003450897ed1b6e1c54f7b0e25230fbca3569cf47b7c983 4,175 1.00/1.00 vMB 65
815,251 815,251 000000000000000000044c361354711f44a5b0b52b3c8fb1dc72da11fcc1f938 4,773 1.00/1.00 vMB 59
815,250 815,250 000000000000000000024df589b55fc0f99b63b882c84af0b31fc46d82eb0819 4,392 1.00/1.00 vMB 56
815,249 815,249 000000000000000000035668b16a4e12cd62ccbd6d4c9cd26235b6f3cba70cf2 5,563 1.00/1.00 vMB 53
815,248 815,248 0000000000000000000454161845fc0781a9ffbd4ce185aa0308ebaf37031e80 4,317 1.00/1.00 vMB 57
815,247 815,247 000000000000000000012d4c6af0c1ff5f9942ea321becba60b5a3d72e346928 5,563 1.00/1.00 vMB 59
815,246 815,246 00000000000000000003c0516431cbb021f85cef8f3c7bfd7c945be41d3279d6 4,315 1.00/1.00 vMB 56
815,245 815,245 00000000000000000002b540ad3962bcc71c3d9a1523b000e368f69c47a56ae2 4,996 1.00/1.00 vMB 58
815,244 815,244 000000000000000000000dfb1ac991df0d4512470f6ee7b1172ff33701801774 4,265 1.00/1.00 vMB 47
815,243 815,243 0000000000000000000143614ed02eec0b8e94f0ddb40bf22899c14c9b63dc4a 4,881 1.00/1.00 vMB 52
815,242 815,242 00000000000000000001ad24b0b9884c3f8a66b7cb4399f9b73d2f38ff8c4269 6,023 1.00/1.00 vMB 53
815,241 815,241 00000000000000000003b4c40e2075a7b33537c8ea8d15aaefcd61746b33f5d6 4,396 1.00/1.00 vMB 57
815,240 815,240 0000000000000000000469f636cdbc8b5ac5b86de0411d4be1a07897751bba44 5,666 1.00/1.00 vMB 54
815,239 815,239 0000000000000000000215a176048c029acd048da183b507476d294683a2bae9 4,252 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.