Loading Tool

Explorer IconExplorer

Memory Pool

87,615 transactions
32.93 vMB
0.12656084 BTC
Random Selection Loading Transactions
Max Size: 197.64/200 MB

Candidate Block

Mining Attempt 99ff1b9e463dbede8e9606ff0da4f37ade1c3c63a2a268732dbd020dee1f2d5d
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 82800d3ff4343699a3915183c542ce735b797970b085aca77d8f35d30b2ba959
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04583728 BTC
Feerates: 218.18 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (678,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,706 236,706 0000000000000123ee0b0d34e3b6254f15f69c073b0607397e6c3911921d119b 374 0.27/1.00 vMB 107
236,705 236,705 000000000000000acc06b9606e3f796673274835b1cefff164d918dce8dd394d 581 0.25/1.00 vMB 196
236,704 236,704 000000000000015dd687853ec93288436dc90599f6acd549fc85cd10e3a5cfe5 806 0.47/1.00 vMB 133
236,703 236,703 0000000000000056e8a1891e623ad19b4bec6f992deab627deda77112d28e7b3 743 0.25/1.00 vMB 169
236,702 236,702 00000000000001162e780f2d0c7e2c67a85a3c1974a669ece6c4dca3bc58fd2b 324 0.10/1.00 vMB 36
236,701 236,701 0000000000000120c4328987e0999b95ffbedbd50f9d1482ff1f006a38c6750a 573 0.25/1.00 vMB 174
236,700 236,700 00000000000000e92e587fb649fee6e3b6139fd8aba390ab36c533d58f79feea 327 0.10/1.00 vMB 9
236,699 236,699 00000000000000107bd4d69b404d84d6f5ee0737f81e59966b7580590f5ae387 301 0.22/1.00 vMB 110
236,698 236,698 000000000000004a0e2b634f2f9bc3129b36534494fe95bceb5a80ec6627b43c 630 0.25/1.00 vMB 202
236,697 236,697 0000000000000108c24363c36e8c506f0afa9bfdc1f69a3c6dc6a3081067c190 123 0.06/1.00 vMB 142
236,696 236,696 0000000000000078ae9c7cdbbdb21d0331122b80436a578f766183a3567a782a 532 0.29/1.00 vMB 157
236,695 236,695 0000000000000053cdb3ad4127e4525d2f73d3c3923fcbe6315f3d4945bb246d 256 0.08/1.00 vMB 265
236,694 236,694 000000000000008d9ebd51fd2e8d05e4f0b3431c3cdbf5cb82bb58943a07fcbf 897 0.36/1.00 vMB 210
236,693 236,693 00000000000000301a3a5a819706f48f4c4c7186c6215f66217d47d85295926c 186 0.13/1.00 vMB 100
236,692 236,692 00000000000000e45ab3f7ee607958ddc87aea1e70d2563543c64c08b5d8d965 508 0.25/1.00 vMB 162
236,691 236,691 000000000000009ca3fb6169c7e91a1ef1dafbb8bd2b94f309db51390c0cc241 601 0.25/1.00 vMB 207
236,690 236,690 000000000000012c1b423bc001b2fd5a9c0d144b0e0837c5ea40d58cca0f7f93 1,068 0.47/1.00 vMB 190
236,689 236,689 00000000000000a264608d20e9f2014f342464698e3b6f14ef81a99dc3282163 481 0.20/1.00 vMB 151
236,688 236,688 000000000000015bd4a3232dd08b90a0677f434b407f2ee2287216bbd56e5819 194 0.09/1.00 vMB 139
236,687 236,687 0000000000000174c8a5e9f5de02f34405dbd779eb2df77c01a9ed4918b17f2b 580 0.27/1.00 vMB 152
236,686 236,686 0000000000000166fd3ccd432b9ff94c84625fbd6be2bde04752fefab3ab76b8 625 0.24/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.