Loading Tool

Explorer IconExplorer

Memory Pool

88,948 transactions
33.46 vMB
0.08659791 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt ea93a1e9d5c706e214dbf2e8adc19c634c05d4b7e3feb907b70f3b9061878848
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root df376d6c8ce2d1e96f64cb343da043695545e1bd8c46ff8b1ed83e619da78428
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01987535 BTC
Feerates: 502.65 > 1.99 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (156,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
758,211 758,211 000000000000000000031959b931df7257dce9d9d4d2b55f7e3c39e0d90f8fd5 2,548 1.00/1.00 vMB 15
758,210 758,210 00000000000000000007dd699b8097c53cffde2843f41303d493e627e872814e 2,759 1.00/1.00 vMB 8
758,209 758,209 00000000000000000003c92d4eefb63e7cac56ef742c716dc6abadf5cc9df7f7 3,169 1.00/1.00 vMB 9
758,208 758,208 00000000000000000003e03320fc1d7720fee7163178d597e2919c1b33db0734 280 0.12/1.00 vMB 5
758,207 758,207 00000000000000000001b507788c4a60fc90343c11c205020b876112854f7fd0 47 0.01/1.00 vMB 13
758,206 758,206 0000000000000000000052c07bbc4435c2893dead2467cd61f04e281f1065999 1,421 0.78/1.00 vMB 3
758,205 758,205 00000000000000000001abd7ca284a3ec765983feb886fe06bad4741f9a64519 1,215 1.00/1.00 vMB 2
758,204 758,204 000000000000000000005b4583e068b53e08d6682079db81e7c1d0dc34964f2e 2,475 1.00/1.00 vMB 3
758,203 758,203 00000000000000000000834760d4dd9b5156806fcacd1a4c2df98628714fde23 2,251 1.00/1.00 vMB 5
758,202 758,202 000000000000000000010740d294f9ad3d14eec977eae2eee43fc69019760819 1,044 1.00/1.00 vMB 4
758,201 758,201 0000000000000000000445c1af7b3e490c2af8832797c2423500d6b888677579 2,743 1.00/1.00 vMB 11
758,200 758,200 00000000000000000002585e469b646d7515a6020fead9a1ee6598a51996cb35 3,279 1.00/1.00 vMB 8
758,199 758,199 0000000000000000000601f6c3eaf7cb27b583a80f2075cea0612d72085bdd92 2,156 1.00/1.00 vMB 15
758,198 758,198 00000000000000000006280265a579c3b1a7cb32bd01bb2442747e2c9326d89c 3,127 1.00/1.00 vMB 9
758,197 758,197 00000000000000000002873baf84ef82de0a0322a8bc346ddf76da4e384c1139 1,772 1.00/1.00 vMB 4
758,196 758,196 00000000000000000005e20bb9882144b7f843e27a2ec49bf1da55102565b851 2,747 1.00/1.00 vMB 13
758,195 758,195 00000000000000000003e8e66cd31c38fe55e1a9caf343c7fcddd7a33ba0e6af 2,652 1.00/1.00 vMB 22
758,194 758,194 000000000000000000062d6744d64294d189c1ba3a82c26235ef0a0d5a59b1e3 2,924 1.00/1.00 vMB 7
758,193 758,193 000000000000000000066396b9b6606b4186dd64c70228f3b054dd658b0d5b76 1,801 0.60/1.00 vMB 7
758,192 758,192 00000000000000000001f5049d0ad84c0f2c6d80586ea2b7ba73a90192d97446 1,396 0.76/1.00 vMB 3
758,191 758,191 0000000000000000000786a8c6c51ff67a2734df7359f6afaf9b5291f52bbc60 2,891 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.29 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: 657.27 GB
    • Received: 14.51 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.