Loading Tool

Explorer IconExplorer

Memory Pool

46,765 transactions
28.43 vMB
0.06426848 BTC
Random Selection Loading Transactions
Max Size: 151.81/200 MB

Candidate Block

Mining Attempt df48340a4e4dff61b5b0b98758b76d74fc79a25490f4a624bac37886b40ae206
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 51b7ccdaf7990b5b6d5a285a1701fedfa6623fe055626a03b2fa49347570e7b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,603
Size: 1.00 vMB
Total Fees: 0.01035830 BTC
Feerates: 100.36 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (345,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,750 569,750 0000000000000000000ce731d1d2b00ee38169e79ad9c3acd0731534fe05c64f 1,459 1.00/1.00 vMB 58
569,749 569,749 0000000000000000000064f4fc0f382e80f5243889f8b62e2ed770cdbb9c5e01 2,705 1.00/1.00 vMB 41
569,748 569,748 0000000000000000000d70237b77093f639b713f40fae29b0f18ea001ed76476 2,538 1.00/1.00 vMB 54
569,747 569,747 0000000000000000001884174b12af20c8aea6f3176ab92654ae9137714c127b 2,493 1.00/1.00 vMB 53
569,746 569,746 0000000000000000000c509c38c08e1635ab65a00fb7135383b1d04481570d1d 2,049 1.00/1.00 vMB 45
569,745 569,745 0000000000000000001113ce718793aafae11a75f0f96831c4f86917edcd5cda 2,966 1.00/1.00 vMB 56
569,744 569,744 000000000000000000061f778664224ad4758bb4d4ae45fd12debf84fd8f875c 2,639 1.00/1.00 vMB 80
569,743 569,743 00000000000000000024a7d3aae3162953ead82fc782f7c7319a1e2611ab89b1 2,518 1.00/1.00 vMB 46
569,742 569,742 00000000000000000007413695e5b01ecee308fba48f449cca1c275c27143e0b 2,834 1.00/1.00 vMB 51
569,741 569,741 000000000000000000081c89ea30bf9faf3fbefa0f1a4b709e1ee9c68bb92fca 2,945 1.00/1.00 vMB 58
569,740 569,740 000000000000000000253425244faeaf122def37aae4b93d7f8fe8b9879d1ffd 1,632 1.00/1.00 vMB 54
569,739 569,739 000000000000000000169f221e88e9eb4788dce424823e0e8330143dcca382ad 1,040 1.00/1.00 vMB 86
569,738 569,738 0000000000000000000a3ce1a7b366109fb328ae9da6863eb06e782da2a8a6c6 2,293 1.00/1.00 vMB 53
569,737 569,737 000000000000000000214690ff17a49e1501ea4a79ac1eb107d2e3e9f0c46e64 1,974 1.00/1.00 vMB 37
569,736 569,736 0000000000000000001acedf072db473d3bb587acf32a2dd645443c70b001ef0 2,791 1.00/1.00 vMB 41
569,735 569,735 0000000000000000002661462fa5c5735b5bad4bdfd18fd5bb8b0f9fe1144c20 1,905 1.00/1.00 vMB 38
569,734 569,734 0000000000000000000817151e36bf680fb17a5d5a000e97fe4dc6683648938b 2,367 1.00/1.00 vMB 47
569,733 569,733 00000000000000000013badc4f30d8981e5dad7461b70613a0b9ccbb6826134e 3,316 1.00/1.00 vMB 48
569,732 569,732 000000000000000000019e49a7245a080c476938cbefa6a47b70ef5fbd7e7415 2,449 1.00/1.00 vMB 71
569,731 569,731 0000000000000000001a18780df9cbe82f11d31b12f30a41b4b68e635f30f308 2,887 1.00/1.00 vMB 39
569,730 569,730 0000000000000000000c8ea877a5c18c1549fae0d4ae96b5b8ac383efb1fedfc 2,938 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.10 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: 651.75 GB
    • Received: 13.64 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.