Loading Tool

Explorer IconExplorer

Memory Pool

79,241 transactions
29.44 vMB
0.08877178 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt 325e1cebfa68573f8a71258c5f4bcb65fbd8a7edded1382b2df9e8e586417ed8
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 328d17ba9e4377e0f292df97f247cc1aefcfebbbaa9d16573e20fa57cb0082a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02650071 BTC
Feerates: 263.85 > 2.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (266,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,986 648,986 000000000000000000062f5617ea9feecb5aff4bc333755b2163692a52536a22 2,017 1.00/1.00 vMB 23
648,985 648,985 00000000000000000000e1d4b24ee764e02d757ec830fb42f3e3b211e8a3f2dd 2,161 1.00/1.00 vMB 42
648,984 648,984 0000000000000000000d5f20edc2fbc5c7cc936f1378ae7f7e4e1b60919601be 2,323 1.00/1.00 vMB 31
648,983 648,983 000000000000000000038850f0d286176a5b461d79efcbe9a77b84f0ae4ebb09 2,525 1.00/1.00 vMB 47
648,982 648,982 00000000000000000002c32d1ca26554292649a1d719f36e39e1782c0c0d9948 2,138 1.00/1.00 vMB 30
648,981 648,981 0000000000000000000358f53944a27c322062369bdb4df5a0394cebbf29b4fd 2,457 1.00/1.00 vMB 34
648,980 648,980 0000000000000000000b1cfa5d215f9e099d4840606e48b4026baa245be5135b 2,380 1.00/1.00 vMB 41
648,979 648,979 000000000000000000071028221a091cd7aa1045b3798f2f6a2293a2de1f5730 2,801 1.00/1.00 vMB 41
648,978 648,978 0000000000000000000c458682d34587e3434ac5066d240da3ddde1a9bf9a80d 1,827 1.00/1.00 vMB 48
648,977 648,977 00000000000000000009e27341f72985cda6e2e7bb688d34e00f4c8126f240eb 2,666 1.00/1.00 vMB 56
648,976 648,976 00000000000000000002b285f49dc3fc7d7f1ef2fd05390e89d43c287046ccb6 3,043 1.00/1.00 vMB 61
648,975 648,975 0000000000000000000efc35489af2d177b385cc673aa110aa823a9c5f7a1cbf 2,326 1.00/1.00 vMB 69
648,974 648,974 0000000000000000000b1d5a5f5d178a676b84e5c107c5fdaf14b812e1dc66b4 2,832 1.00/1.00 vMB 93
648,973 648,973 0000000000000000000a6645eb358a22803ddc79ab32e37ce22e31418f2dac6d 2,644 1.00/1.00 vMB 72
648,972 648,972 00000000000000000000c67246f8512e52b93e8ecd6cfed341759e884bb21c2c 1,954 1.00/1.00 vMB 82
648,971 648,971 0000000000000000000204030f398c8efd504fb59688a425e2d50768c601f034 2,815 1.00/1.00 vMB 99
648,970 648,970 0000000000000000000c23e4c266766effbc7af31ad7b34086db85daaaa5f1e1 2,342 1.00/1.00 vMB 108
648,969 648,969 0000000000000000000ef665789dbe2a32c6b90078dacdbaf1863aa027494215 2,897 1.00/1.00 vMB 43
648,968 648,968 0000000000000000000af0a2241cf7061156016c2f3636c043d211443c003542 2,728 1.00/1.00 vMB 85
648,967 648,967 0000000000000000000156547593dde797ea78b4336e1e3d28a89d2c5118af2d 2,909 1.00/1.00 vMB 88
648,966 648,966 000000000000000000005188bcc0bf10bc432cb4677dcedb8004d84e149d3ea3 3,014 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.