Loading Tool

Explorer IconExplorer

Memory Pool

80,273 transactions
29.88 vMB
0.07538993 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 563ccb7bea8182b4959191932a3bd6d65b6eab3500f019fcc21542244283de5f
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 1ced232a03fe1f3472adcda58fd616628d6cb6d424682791d5d0431f67205f4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,934
Size: 1.00 vMB
Total Fees: 0.01430543 BTC
Feerates: 197.70 > 1.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (551,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,558 363,558 00000000000000000f80d4ccb3c0f5f8cfb276077869b8476df2627c013b659e 77 0.03/1.00 vMB 38
363,557 363,557 000000000000000011fe02b7495efd62c229997cf6a597c1ae4154b6702f4625 340 0.13/1.00 vMB 37
363,556 363,556 000000000000000013fae0acb01c95962b56022bd303920f899d9ffeaf442c19 59 0.25/1.00 vMB 4
363,555 363,555 00000000000000000e314348b3c35677aa64801e81b2f23f2c20c439789c3a5f 591 0.27/1.00 vMB 37
363,554 363,554 0000000000000000132f3fa70dc65e6386e1a31e36721e1ec251fad32b7f2242 175 0.07/1.00 vMB 35
363,553 363,553 000000000000000009eb125f3f92c09e797ade32a1c6478adaf5f2e2d3e3eb8f 1,278 0.65/1.00 vMB 29
363,552 363,552 0000000000000000122df9ff24756d2b94f241447a413ee94b3ae9d19a389619 1,590 0.75/1.00 vMB 39
363,551 363,551 000000000000000005dccf91703c35fdc602f0336dbea270f2a2291fa89d6450 2,539 1.00/1.00 vMB 46
363,550 363,550 00000000000000000496cccd73631b802107b7e453a0df8ab8b8203969c9568b 890 0.46/1.00 vMB 33
363,549 363,549 000000000000000014fba4eff90e79163d105b7f9552736311a5f7d9bc830535 317 0.25/1.00 vMB 22
363,548 363,548 000000000000000015779be28079c9067eb5dcbde8f88a475dcdac51db9d8230 291 0.14/1.00 vMB 34
363,547 363,547 00000000000000000f0c832e0d94917d46f0a7f3fe00752796f2ad5c515f95a2 430 0.24/1.00 vMB 32
363,546 363,546 0000000000000000035ec30af8781f9f187e78c4a1e1dcfc6442bf6ac1b8e29d 1,324 0.65/1.00 vMB 34
363,545 363,545 0000000000000000042e5f14e7fd3310a1b19ee0c466587998d3fbbeef9ade68 1,039 0.57/1.00 vMB 31
363,544 363,544 0000000000000000137717c3fde46a525098ceaf74b4bd66637b7af35432b9d1 1,323 0.66/1.00 vMB 39
363,543 363,543 000000000000000002aa3038f2373f50e6ad67470ee47d56c452a7e2777f1543 467 0.25/1.00 vMB 44
363,542 363,542 0000000000000000068af3774b26d3d260fd2aeb10df10e59e9a14832accd0b0 302 0.20/1.00 vMB 19
363,541 363,541 00000000000000001381ce492ed3ab3a76ee8dc22f76af7ce606e24850578fe0 1,740 0.75/1.00 vMB 56
363,540 363,540 00000000000000000bc860167ddfd882f6091b4b9c0c2f585cb798e07a774f19 471 0.21/1.00 vMB 49
363,539 363,539 000000000000000011ff378b3e988bb85fe7ee26df0d9fc20d1ebe485fbbe0e4 1,145 0.54/1.00 vMB 37
363,538 363,538 00000000000000000c59847bfa34f00bb26822fa1da7ed7df8966a0cdb39a6e2 1,055 0.50/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.37 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: 663.72 GB
    • Received: 14.93 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.