Loading Tool

Explorer IconExplorer

Memory Pool

37,597 transactions
12.66 vMB
0.17900396 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.38/200 MB

Candidate Block

Mining Attempt c599e7d6bc0fb2834d5f86a11d34dc40458d465a3b761b6ab0949c6efd7e1a91
Version 20000000
Previous Block 000000000000000000013f2112317db5a6c58f7cccdced076ed571ed94b1e665
Merkle Root c88f3119b44c0133e1b37036d7866f6088a798fde0706912b1c441d9eb4be15c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,176
Size: 1.00 vMB
Total Fees: 0.06256453 BTC
Avg Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,043 (773,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,611 139,611 000000000000047d06178b1428d181a5d96bfd982f4c68b488a332427c09573c 0.07 MB 153 219
139,610 139,610 0000000000000062d8f0d61be5289e8e1978e8000d34ffd1e083989ff28073ea 0.01 MB 18 958
139,609 139,609 000000000000064abe67c62348c6f095bea02eb462fbfcfa54b38291de3f247a 0.03 MB 82 161
139,608 139,608 000000000000010dd0f65e05400e91101aaa3f8ea3d58c5361c0c996f6653585 0.05 MB 173 18
139,607 139,607 00000000000002f3bba6d49746df0eea73b631d3aa276897e29e9dff0cbdca04 0.02 MB 15 76
139,606 139,606 00000000000003e0489a13ceb891a9c74f0e13ee177889c9ed4d9ea169395c73 0.04 MB 74 242
139,605 139,605 000000000000024a5979be24c6b34cd83e77d10506492724a81a846549942dbb 0.05 MB 171 3
139,604 139,604 00000000000003359dc9d2e0a80b73999595ead194d890a4a3b3f88da2591aec 0.05 MB 162 201
139,603 139,603 000000000000077014978737924a36254bea9466fd9ff6db42cef61c39ca6835 0.06 MB 149 213
139,602 139,602 000000000000081798a87ac53a37a9bb3f6fe8a2262bb866a81bb7e18c7ce0a9 0.05 MB 113 105
139,601 139,601 0000000000000360a627f09d45dd8de07ad27d8d6d0fd7610959eedd190b2eaf 0.06 MB 113 263
139,600 139,600 000000000000081cb4737f3099d5e06f1166ee84d72dae8ad1c0c6959520bd4c 0.05 MB 154 53
139,599 139,599 00000000000002c20aea530a11a7ed8aea5672ebe1b01287733d5bfbb2eefbbd 0.05 MB 128 108
139,598 139,598 00000000000005ae26291de47ea426bd63333dc8396ad48cd7fce0f35b39a593 0.03 MB 36 762
139,597 139,597 00000000000008d9a65255824687cc3184d12d70111b89f211349185a43cbf3d 0.03 MB 66 121
139,596 139,596 00000000000007849b5464336e727241e8ff9512b152da44cf6e3f3c48a4607c 0.01 MB 8 876
139,595 139,595 00000000000004460fb81e0a4245374b7f30214452dd91e4c6e94279c7020311 0.05 MB 144 55
139,594 139,594 0000000000000363097a41c7f8ce9666f9fa2d7e99bb51ae2eb9c1d90ec4eee0 0.07 MB 186 1,039
139,593 139,593 000000000000001886a30f6dcdad7e652ee18b9b354a305507830981959d22fd 0.05 MB 111 297
139,592 139,592 00000000000007f78a83317d0c88eafb4d03f93aa8db9c0260a0c87e337ec615 0.01 MB 11 0
139,591 139,591 00000000000003a90790d364feece94642c75d0c54cf98a0a9bdf0267c8e389a 0.00 MB 10 164
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

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