Loading Tool

Explorer IconExplorer

Memory Pool

46,537 transactions
29.88 vMB
0.08543141 BTC
Random Selection Loading Transactions
Max Size: 159.08/200 MB

Candidate Block

Mining Attempt fae6b7b50bdd4d0cd83c4aa24ea7e06e72f73ac9609d49a4e397eb7fcb59b712
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 311a868f56d0bf47713ac893b746ddc17356c1d6f093a590a6e52ef09fbb2522
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.02749758 BTC
Feerates: 110.38 > 2.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (337,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,056 577,056 00000000000000000027c03c0dbeb9c515fad0943376c3250caf37954202b37c 2,700 1.00/1.00 vMB 154
577,055 577,055 00000000000000000016ea09ffac3221626513f7da88e504b0ed196a7112d8aa 2,812 1.00/1.00 vMB 141
577,054 577,054 00000000000000000022d24c7f726cb25921c3944b56fb65b70475d59122e1ca 1,550 1.00/1.00 vMB 97
577,053 577,053 00000000000000000024d7db5975f89446d671d9dbd278d494427aba85e8dc5f 2,992 1.00/1.00 vMB 131
577,052 577,052 0000000000000000000c172afc780fd35a7553d05bf5d5ec1d70df3b88b1e0e3 2,254 1.00/1.00 vMB 149
577,051 577,051 00000000000000000002891844f5d598c984486840921d92654d39476b43104f 2,487 1.00/1.00 vMB 193
577,050 577,050 00000000000000000008aec9e18dac5b98b6f904f37914bfe08b499143c93b65 2,835 1.00/1.00 vMB 166
577,049 577,049 0000000000000000000bcfdb15c1c9c802c9357345183c8babf16b8fc29088e4 1,982 1.00/1.00 vMB 81
577,048 577,048 000000000000000000272cf0d893af04ddc26988a632cc8565fead14ff6063cb 2,687 1.00/1.00 vMB 103
577,047 577,047 000000000000000000002ed506feaef60f309cd3afc14fd7cc58d6cf9c67f383 3,159 1.00/1.00 vMB 145
577,046 577,046 0000000000000000002656f6805de4979e2301ef2345a2790adcf648b1a57bb6 2,615 1.00/1.00 vMB 163
577,045 577,045 0000000000000000000a4b2ea7b17fa9c61473774ed5b5dc852e3fecc8b972ca 2,420 1.00/1.00 vMB 168
577,044 577,044 000000000000000000263b8ef98f28c44fd6fbe823e198236600a57d81b30f91 2,540 1.00/1.00 vMB 174
577,043 577,043 000000000000000000224fa7fc0f5b4868c222972105af5a50d5e981ef226ffc 1,401 1.00/1.00 vMB 70
577,042 577,042 00000000000000000015d126429b28c109bb0f56912849ba75b8afe32bb7ccd9 2,274 1.00/1.00 vMB 108
577,041 577,041 0000000000000000000e3e38017b262cd223410da1f617c2a57e87ab5a4cb150 2,059 1.00/1.00 vMB 70
577,040 577,040 00000000000000000015556ece6b9e5da4d049489d5d01287d02e469055e20fd 2,625 1.00/1.00 vMB 103
577,039 577,039 0000000000000000000e3401e8ca2337d23b72a03c0d312226aa107357ee784d 2,603 1.00/1.00 vMB 17
577,038 577,038 00000000000000000000aa10a34763d705d2d926e8a4f4213cf9d4c3ea11e194 2,053 1.00/1.00 vMB 61
577,037 577,037 00000000000000000013adc0142801606e1d8666955202decd275c47585c69c3 2,010 1.00/1.00 vMB 132
577,036 577,036 0000000000000000000018ceb1b07563d4b1f2763e9786e3e63f61e2db5db7d7 2,856 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.13 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: 652.38 GB
    • Received: 13.75 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.