Loading Tool

Explorer IconExplorer

Memory Pool

41,494 transactions
31.60 vMB
0.08729694 BTC
Random Selection Loading Transactions
Max Size: 158.47/200 MB

Candidate Block

Mining Attempt 229c5872dba4eee2ebed2a6ef653c52a17e3c605b8c966597968a2c581fba67b
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root da09c0b40f7e07c7ec392ff4e5d03759a1e5a947d64adc140dd8511a2986b7cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.02209415 BTC
Feerates: 150.77 > 2.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (338,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,565 576,565 0000000000000000001a41c5d8b49637677ab4784de308a9f7b8cefe3f0c3311 2,449 1.00/1.00 vMB 30
576,564 576,564 00000000000000000015d6307e7ae3f23e6e2902394b09ccdfecf64af4eb8975 2,390 1.00/1.00 vMB 156
576,563 576,563 0000000000000000001ae562046f51191ffad55830a60d503673f4d6e435c70a 2,888 1.00/1.00 vMB 92
576,562 576,562 00000000000000000003d2cfc7973a0750cca55e069fdb73bad7b2d41f57808a 2,409 1.00/1.00 vMB 152
576,561 576,561 000000000000000000122fbe14935dd9b832e4ce516444cb44858335794de37b 2,481 1.00/1.00 vMB 167
576,560 576,560 0000000000000000001b39ffd9f9dc2ba6bb38cb03555c34253eba7c938c061d 2,841 1.00/1.00 vMB 160
576,559 576,559 0000000000000000000397ec3a40697476328f948f44c7741cc75199acf6b0ba 3,043 1.00/1.00 vMB 92
576,558 576,558 0000000000000000001d1cdcba9a161b3b232f288bd4ba25cd5dd0f63e18175a 3,665 1.00/1.00 vMB 50
576,557 576,557 00000000000000000025396b473e4831b4e43e8a5fefb1741c805b470160ee63 3,748 1.00/1.00 vMB 42
576,556 576,556 00000000000000000010b7cf6821d38cd4657a645364f38a10ba8b1a978884b8 1 0.00/1.00 vMB 0
576,555 576,555 000000000000000000040c1b2114ddf011487cad079fdeecafd716d3e51dcbbf 2,352 1.00/1.00 vMB 92
576,554 576,554 0000000000000000000379b120259608e9b8f8c124ab69d5e3eb153393ae6430 3,220 1.00/1.00 vMB 23
576,553 576,553 0000000000000000001ea142a606ec24554f66746711a5b063af4739e57cb0d3 1 0.00/1.00 vMB 0
576,552 576,552 00000000000000000029319f962c92d0e54823f623e5720e3b19c83bc06874b3 2,626 1.00/1.00 vMB 46
576,551 576,551 0000000000000000000c31c14557bc860f1f1eefb34c356e8d6d54df282e1e2c 2,844 1.00/1.00 vMB 66
576,550 576,550 00000000000000000007bc2db936984938f99175363b89be47f6bea50db6cf44 2,377 1.00/1.00 vMB 177
576,549 576,549 000000000000000000077e28439912e525a41fb89c725875a60b7387dcba5008 2,584 1.00/1.00 vMB 84
576,548 576,548 0000000000000000001a39a23f2a5dd5a68aed4a202f423ab0f43834c98dc8dd 2,929 1.00/1.00 vMB 176
576,547 576,547 00000000000000000020c9de87c37de60de43f73a4f36ce1014f52f9774c14bc 1,580 1.00/1.00 vMB 166
576,546 576,546 0000000000000000002618aeaa6f8e95922068f66c855f8075d0b4a37a3e723d 2,588 1.00/1.00 vMB 161
576,545 576,545 000000000000000000002e2f01cbaefbd99a0315ef5faa192717090ac3c7809f 3,173 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.50 GB
    • Received: 11.59 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.