Loading Tool

Explorer IconExplorer

Memory Pool

74,740 transactions
27.75 vMB
0.07456990 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt e6e83259c740c349eb8d4baa99eae4a33163268d5891097016269d99f3587f33
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 48e70e0d05934b37e87743de0547ab62526412d49cc59b6180eb16381f5d7583
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,778
Size: 1.00 vMB
Total Fees: 0.01522973 BTC
Feerates: 71.37 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (394,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,353 520,353 0000000000000000001a95bc9ea7dfc09ee09b77d87160c275a2e1e7d39b4f8d 1,087 0.45/1.00 vMB 46
520,352 520,352 000000000000000000107043a1ecd4b8f5e5c8f6cadb187c587b5e9c2b3c7ada 1,115 0.65/1.00 vMB 43
520,351 520,351 00000000000000000017f99f8bbdc4c32376349ba99a1632e8000e5bd328e5f5 1,123 0.51/1.00 vMB 37
520,350 520,350 00000000000000000016a64510687895746bae755ee06bfd94cd3a2b92ed011e 784 0.45/1.00 vMB 37
520,349 520,349 0000000000000000002bea46f22121f6e173ae9841b22b44863d21318f4f0f73 399 0.26/1.00 vMB 35
520,348 520,348 00000000000000000011d5146fdd18fb7dbb4b75067c62a3b7695813c4d0628c 1,395 0.80/1.00 vMB 46
520,347 520,347 00000000000000000018a29c0676cf81dc8d60a802446f14d4b750cd95c73c7f 381 0.33/1.00 vMB 31
520,346 520,346 0000000000000000002f05589e2eed50126b43998e3c8207581330cb8676333e 2,276 0.95/1.00 vMB 44
520,345 520,345 0000000000000000004210f42e3cc5b8d7ec9bb74b104f5363d1b62ef4c365ca 1,080 0.67/1.00 vMB 38
520,344 520,344 0000000000000000000f7350ab142011161d31d32e61ec4c4817dce2645cbc7c 867 0.36/1.00 vMB 43
520,343 520,343 0000000000000000002c9d53bedd075a5b299c504be21a1211aad29fef10c98c 1,995 0.68/1.00 vMB 48
520,342 520,342 0000000000000000002c19b12b71ee6ec5ae32b22c626b4c23a44a59c5dcaec4 96 0.11/1.00 vMB 21
520,341 520,341 0000000000000000003e9aa348e7627dc4dd096f103933f827bdb2ce85c3fcda 815 0.37/1.00 vMB 33
520,340 520,340 0000000000000000002574eade03debf35b2748518f6188868671386c815bf8b 384 0.13/1.00 vMB 49
520,339 520,339 0000000000000000002d06d1ea1e0d62602f5525b39439d09fdcf7290efb18f8 2,446 0.99/1.00 vMB 43
520,338 520,338 0000000000000000001783a1cd5d460a4aefb399ec96c52cdb8744c1820b80b8 173 0.08/1.00 vMB 34
520,337 520,337 00000000000000000017a0448dbf3b07108684e00a27b87ddd9a5cb1c46c0bca 739 0.38/1.00 vMB 44
520,336 520,336 000000000000000000407cc2c4c537460c21865ab99d4c4e2b7ea9f2dda90e92 660 0.29/1.00 vMB 44
520,335 520,335 000000000000000000088522364ca6e606974ce2cb20d37f57a869edbf7050cb 2,625 0.92/1.00 vMB 32
520,334 520,334 0000000000000000001ba2994e6a4cfdbe72c70de856497f9657c0c13851dfb0 2,802 1.00/1.00 vMB 62
520,333 520,333 00000000000000000025965151725300cad82ce1469833cfad52f6d2fc9f3b3f 1,034 0.43/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.