Loading Tool

Explorer IconExplorer

Memory Pool

71,134 transactions
27.58 vMB
0.10338447 BTC
Random Selection Loading Transactions
Max Size: 163.67/200 MB

Candidate Block

Mining Attempt f4cfa81e09a8dc1433a5737fe0b91827e1a21ebbcab146305e96b3ef33ad6d64
Version 20000000
Previous Block 00000000000000000000e8ef889c1b13289136c7e04de862ebdaa50553042257
Merkle Root 178ec7e12958ee1e2b0419707d2eb23c535fe2875d98dbce9b9458d2570d2a39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,838
Size: 1.00 vMB
Total Fees: 0.03382384 BTC
Feerates: 150.93 > 3.39 > 0.70 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,533 (821,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,613 93,613 000000000005e59ddfcedd375808e231b97dad5e75a6c20c19788c0d1dfd9544 1 0.00/1.00 vMB 0
93,612 93,612 000000000008235a42ef3d2a98123d7c32ade13b347fc078110281a7548f5745 1 0.00/1.00 vMB 0
93,611 93,611 00000000000540316f27f22eea5253f7ba7d292d3ad244d31fef89d373669f1b 1 0.00/1.00 vMB 0
93,610 93,610 000000000008b35b7a20e23f52762e71d067894163c5c397174c086e0aec8fcf 1 0.00/1.00 vMB 0
93,609 93,609 0000000000030b4212aaebf73d5eb737ab2be930a26fb8a114066a1e221b6378 1 0.00/1.00 vMB 0
93,608 93,608 000000000008a710c8031ea40e80b0454bc9a0104fc899ce461d31bfc5e095f5 1 0.00/1.00 vMB 0
93,607 93,607 0000000000007f9a254a830c79142ff2474eb539d84e34123b59a39c5bd7e7d5 3 0.01/1.00 vMB 0
93,606 93,606 00000000000502c07be2cfd1c10ef954a4f81d6362161dbab2d93e89ff942e88 2 0.00/1.00 vMB 0
93,605 93,605 00000000000100ceedd7c75fc747e735910b2f2d3e02fd57dfab74f3d917319e 1 0.00/1.00 vMB 0
93,604 93,604 000000000001629c647a16f4e5812cda9da814a3bfd42ef3c9982afbfe86971d 3 0.00/1.00 vMB 0
93,603 93,603 00000000000891687d64eb71b0c3eca59e42936955ad0d461852024fd9d64cf2 1 0.00/1.00 vMB 0
93,602 93,602 000000000007b3816dc239b10098eb122cfc3cc8cd34a4d67ffba8240314f5ed 1 0.00/1.00 vMB 0
93,601 93,601 0000000000037e3283e702f6186dad340db78e0794e227d92c4183959a4e3a28 5 0.00/1.00 vMB 0
93,600 93,600 000000000001c2e4aeaac29c9f7700739b47b56efb02504591970e5dd0f94a3b 2 0.00/1.00 vMB 0
93,599 93,599 0000000000043d4f7269ea33194dc0bc54abf9d1045f152a36d11f85ee44412e 1 0.00/1.00 vMB 0
93,598 93,598 000000000007306d78b230678d212ae69922c0db360852a268dd00eb5bf70bbc 2 0.00/1.00 vMB 0
93,597 93,597 00000000000013d682558212ccf9021a06ab0c17b71a50c6ed8a00ecb09aa9a7 2 0.00/1.00 vMB 0
93,596 93,596 000000000004b72364b19acafd6e7c9274b278897b40841c7bcf39a03341db73 4 0.00/1.00 vMB 0
93,595 93,595 00000000000413c27642bc6f5fa0489c921bf0e05f2632d1c97aa25cd7edd51b 2 0.00/1.00 vMB 0
93,594 93,594 000000000008d9be66081b0c860f8afbe69972f25ffe9ae9c4d7f18c3096c9bc 1 0.00/1.00 vMB 0
93,593 93,593 0000000000068ceb38a5489dd2c5b8286ae21018de9d9c779081bd00714c6766 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.40 GB
    • Received: 19.41 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.