Loading Tool

Explorer IconExplorer

Memory Pool

81,360 transactions
31.23 vMB
0.09950625 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 489e5df652e4cdf02b70d7dcbd7cdcaedcbc8f0e39d1c94da6421d74e49cabef
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root b40aac021ff009b6e98f75bbfedac919e4bc8a214869d66e549e4ec141b4df5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,434
Size: 1.00 vMB
Total Fees: 0.02264108 BTC
Feerates: 106.51 > 2.27 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (121,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,558 793,558 000000000000000000003f6458018ed52adeddc2d2a6542dc6dc2dd4a4925664 1,065 1.00/1.00 vMB 19
793,557 793,557 00000000000000000003b6c96c861cad38d6ded6505a1c9336c5b97ce06fd70a 3,465 1.00/1.00 vMB 35
793,556 793,556 00000000000000000000a46de80f72757343c538d13be3a992aa733fe33bc4bb 3,630 1.00/1.00 vMB 22
793,555 793,555 000000000000000000046261fd6fb8df26fc17ed5d0c3a183662a95dfb69a5fb 3,651 1.00/1.00 vMB 51
793,554 793,554 000000000000000000010e16aec75a0cca9c8070fb41d6742f52e563a79bcbe2 2,708 1.00/1.00 vMB 19
793,553 793,553 00000000000000000004db60f7d445a3923e4065e39ebf189c921533ad9f9601 2,873 1.00/1.00 vMB 25
793,552 793,552 000000000000000000034e9f5ab6c4040c9493313fb56b6c0373fef3a909cb0e 3,172 1.00/1.00 vMB 35
793,551 793,551 000000000000000000035604ed9d33277ba701d3e9e3b4b04f98e5d611b72f09 3,356 1.00/1.00 vMB 48
793,550 793,550 00000000000000000001e16b142ac0558052167394ab4356a922668277db012c 2,956 1.00/1.00 vMB 56
793,549 793,549 00000000000000000001f598af406627b22a24d79e45b95c8a21a2917cafcc64 3,339 1.00/1.00 vMB 51
793,548 793,548 000000000000000000054d870b6ec656d9b3b80b992640e8117c85257c7f8c80 3,336 1.00/1.00 vMB 88
793,547 793,547 000000000000000000033d27e6c5df13dce940459b653bdad2c97f6f253d8cfa 3,273 1.00/1.00 vMB 90
793,546 793,546 000000000000000000049e74bdf80ddf0c78d057c8dd352779cf229becb4031b 3,639 1.00/1.00 vMB 44
793,545 793,545 0000000000000000000371edea7c60b2388b1e3793873f3f45113f6aa084f7a8 3,223 1.00/1.00 vMB 57
793,544 793,544 00000000000000000004df854bd2b4b8104dd847bd340f458f9f53222eb82419 2,427 1.00/1.00 vMB 19
793,543 793,543 00000000000000000001e528d897d6319eda251bb3b32ef5a6f46e2e868a9b9b 3,951 1.00/1.00 vMB 35
793,542 793,542 00000000000000000004b4d02061849de31e67e04d5eafc143843b0bbda814e8 3,365 1.00/1.00 vMB 69
793,541 793,541 000000000000000000055442eef9e0b8fc568d2f7382846a15e608040fb992ce 1,178 1.00/1.00 vMB 17
793,540 793,540 0000000000000000000462d668fff423b95621d47cd8cda54551e3a41d8fb60c 245 1.00/1.00 vMB 13
793,539 793,539 00000000000000000001ba4aedc63c27c905ec3a0249ed06b68e27342644eb8a 2,925 1.00/1.00 vMB 27
793,538 793,538 0000000000000000000015951ca09fd7fd2ba44f24068db6b60a87d605644de5 2,675 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.