Loading Tool

Explorer IconExplorer

Memory Pool

80,286 transactions
30.04 vMB
0.11870296 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt a31f94772f58bf5d28d17f6a91fd53ae526320cdf296a24e69c65e100e9148c4
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root eddb57b9db13b82cccd4c2d99590826e2ad0dbe02fd66ec54777db79d8c744d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.05732588 BTC
Feerates: 180.34 > 5.74 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (415,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,046 499,046 00000000000000000036706b3d79ad2773dbc4cb0e15fae972c0ffd09d84cc62 1,512 1.00/1.00 vMB 218
499,045 499,045 000000000000000000841ab4572c89e48d4225a49fda6ce04ca3041410292ff0 1,914 1.00/1.00 vMB 280
499,044 499,044 000000000000000000264c8de1b9652fb972b58bad659bfb25e9239b6fe46cf7 1,221 1.00/1.00 vMB 179
499,043 499,043 0000000000000000009af03cc32211a5fb575a0204509ebe52f1e4658be1b72d 604 1.00/1.00 vMB 159
499,042 499,042 0000000000000000008e4585b1052648c6896a38fdf2a870ba359395f7f4fbbc 2,145 1.00/1.00 vMB 195
499,041 499,041 0000000000000000000f6eac55d2e64746e8128fb32e3116a529ac4b85160794 2,496 1.00/1.00 vMB 376
499,040 499,040 0000000000000000006c90064a4824206af0cc9da77dda964303b386d45bc1d8 2,269 1.00/1.00 vMB 431
499,039 499,039 0000000000000000005599218342bfe8f42ce54da08bccd72627ba6725856ba6 2,010 1.00/1.00 vMB 223
499,038 499,038 0000000000000000004c73a6c5058dc4abde3f1a487104126002cc93e69b583c 2,930 1.00/1.00 vMB 284
499,037 499,037 00000000000000000010efc8116652a235e2c208311d0ba239019d6e52186218 2,439 1.00/1.00 vMB 400
499,036 499,036 0000000000000000000b90146004f51b2a5b1cbfc483e57d7a5fe964226a423e 2,664 1.00/1.00 vMB 439
499,035 499,035 00000000000000000032779198a14400e2edb88b087acbfe4457095ce9d1b4b4 2,126 1.00/1.00 vMB 238
499,034 499,034 000000000000000000576daed10c431372e8d3ccad1af9b7935f3dfd35ac9e1e 2,014 1.00/1.00 vMB 305
499,033 499,033 0000000000000000000c968589c4a252d0893622d5cda43183860c07a8814e4d 2,594 1.00/1.00 vMB 270
499,032 499,032 0000000000000000002eb76fc1c9aeddffc60ab43b481a277a018fbbf076d5a2 2,649 1.00/1.00 vMB 303
499,031 499,031 00000000000000000058899a9f8c432466483a6b4bb11a7492a635bf01b089d5 2,047 1.00/1.00 vMB 364
499,030 499,030 00000000000000000054311d5d4860bbcc1f12dc3fb52a01cf1f78c7edd6e8b2 2,353 1.00/1.00 vMB 461
499,029 499,029 00000000000000000033b9659c57a7a3471cd9168f0ee59114563f27660db9ba 2,130 1.00/1.00 vMB 292
499,028 499,028 0000000000000000009b9d3b0750f19cda226598969aa1dfb033dc92fd84fd04 2,224 1.00/1.00 vMB 304
499,027 499,027 0000000000000000004110c2238ebb129259972a8deef25e1820bab37d15d2f7 2,159 1.00/1.00 vMB 325
499,026 499,026 00000000000000000040c171462e9ded7793b1e799d52ef0cab73b5968cb3554 2,419 1.00/1.00 vMB 355
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.