Loading Tool

Explorer IconExplorer

Memory Pool

48,444 transactions
27.47 vMB
0.07634727 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt eb3cd148f1652e7bbbd89909df7014dbc9c5bf2405b81e19f3a3d9b8e5da8a88
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 48663dc926471a6a1cd1a898d227ebb43fcd513eb394a69a64fa8ff015bd35ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.02474903 BTC
Feerates: 150.92 > 2.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (804,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,127 110,127 000000000000e3a156abc5b764d3141e408062c4a0e0a29cc1a6a271a0e7655e 4 0.00/1.00 vMB 0
110,126 110,126 0000000000014915a0814553864b2a60e1556ab4582d85a6c9c0f8dbc863bfc4 9 0.00/1.00 vMB 0
110,125 110,125 000000000000e4fbdb24b7dc3be1e25971173b8e1ecdbcad2ea659073158b16b 7 0.00/1.00 vMB 0
110,124 110,124 0000000000014ceccdcadfe8beb61650abf6e5486b3bf9be19576648c5b4b511 4 0.00/1.00 vMB 0
110,123 110,123 000000000001b605f91aa72e99c62725eb59aa0236061bd94e57bec59ba818d2 3 0.00/1.00 vMB 0
110,122 110,122 000000000001c6b17821ba9d62c3b1090f559887edaecac277a22619e195a30a 1 0.00/1.00 vMB 0
110,121 110,121 0000000000015be451c93823675cd0201f47bffa8c3a53b567dbd5775d078e5f 4 0.00/1.00 vMB 0
110,120 110,120 000000000000053b606c1f1ddec798b557135d01c017e9358af4a3d53c7b883b 27 0.01/1.00 vMB 0
110,119 110,119 00000000000074742c1e0a82c7d057726b319be940ccaf0e1f7692a6b8224ad7 11 0.00/1.00 vMB 202
110,118 110,118 0000000000001cfa57b394b0c9d799e40db2a9786327a8d54f154545dab0af9e 12 0.00/1.00 vMB 0
110,117 110,117 0000000000003d32126861d89958b1c704928d6d84f1ac3864aba61fa614270a 13 0.00/1.00 vMB 0
110,116 110,116 0000000000000294e2fcd634f3b24450078af0e7dd710462ee5e9f349ab210ea 9 0.00/1.00 vMB 0
110,115 110,115 0000000000016505be5970a05c1271aa6db7c53b4581053f3dbf54cfd0452e53 8 0.00/1.00 vMB 0
110,114 110,114 00000000000072b72c1fda2dec80125c1087e8a0400f6975c739954ad1de4089 1 0.00/1.00 vMB 0
110,113 110,113 000000000001646fc574cc84c24ccd8bafd70cd23be2e5e796ad8a81a2a53f0a 3 0.00/1.00 vMB 0
110,112 110,112 0000000000009168fd58107a051f8e10a101700252301d20beccf258807a2f3c 3 0.00/1.00 vMB 2,415
110,111 110,111 000000000000c11b324dd49f72ae0e7d6abbafb538ece2dfe39a9e6ecde3a28f 7 0.00/1.00 vMB 0
110,110 110,110 0000000000004bb16ecb3bf59323e258cf7da88e7bf9981dd943d6f25d3132df 1 0.00/1.00 vMB 0
110,109 110,109 0000000000008f3c9d0742eb6a9a472ed1be5f6b39115b1f7ac6524b32108c60 7 0.00/1.00 vMB 0
110,108 110,108 000000000000bda997144a61c92b75d4c23f1ad455217898d05701969791642f 8 0.00/1.00 vMB 0
110,107 110,107 000000000000119348ece63a819200e547492d1833b685827c7349d3c3029bd9 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.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.