Loading Tool

Explorer IconExplorer

Memory Pool

76,992 transactions
28.60 vMB
0.10157540 BTC
Random Selection Loading Transactions
Max Size: 173.03/200 MB

Candidate Block

Mining Attempt 43b4d6a5023cd113a03ae642f4182f93f7a9e804a57f9c74787fa5003e8f3806
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5b6420023d0be86d642bb22de853a72de8789d47bc9f565a3db578f6eb3e94fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.03483928 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (501,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,336 413,336 000000000000000000eaba42996f4b32ab4a24fd664103699f4f0ed6d2c3163b 2,171 0.99/1.00 vMB 40
413,335 413,335 000000000000000002e303d1d10f8783346f3b3353861be845038c3d3bff3d81 2,488 1.00/1.00 vMB 57
413,334 413,334 0000000000000000009ce56832951390560bcb09c0d1d0ef59071557f52c24dd 2,748 1.00/1.00 vMB 73
413,333 413,333 000000000000000000e006f44724e29a891f4d2f25bd76f8a1488a09b38fc04d 1,440 1.00/1.00 vMB 31
413,332 413,332 000000000000000004d0755420e1582b41e957ce319460a033be655e5811cb50 1,635 1.00/1.00 vMB 36
413,331 413,331 000000000000000002211f69f0b05fd770bef7eb7ef1cf0c9275af02e6d8f32e 2,169 0.99/1.00 vMB 52
413,330 413,330 00000000000000000072c6bab171f879b40eb6abdf3a1ebbd1010c7994b49633 1,757 1.00/1.00 vMB 25
413,329 413,329 0000000000000000047b8caa5ea34502dfd44341501e6ae6459cd5f462046be6 2,156 1.00/1.00 vMB 49
413,328 413,328 0000000000000000033c527c7a638dc9108b48739cba43a0c929d39b6b26f52e 1,769 0.99/1.00 vMB 30
413,327 413,327 00000000000000000264a0fcad9fc76c0c974a402cd4ca87f692756c55e072fb 2,021 1.00/1.00 vMB 48
413,326 413,326 0000000000000000031e8710b94810183d0779efcf79b105df67c740174c2c17 2,554 1.00/1.00 vMB 48
413,325 413,325 000000000000000003e55e8c80f079255cafd42f9831bddee69b2f0cd3d1f594 2,376 1.00/1.00 vMB 47
413,324 413,324 000000000000000002e27ed2dd0a52e71ece3db25afc2682d60e246c57fc4c48 2,529 0.99/1.00 vMB 59
413,323 413,323 0000000000000000003aa507821a0c6d2ce607d6028046454e50d2225f27e230 83 0.02/1.00 vMB 80
413,322 413,322 00000000000000000357fbba1cfc89ce306ad8603d5d4eb93f0e0a5e4adb075d 3,106 0.99/1.00 vMB 56
413,321 413,321 000000000000000004d352c646d0cf3cf41f13aca2f54ea544338ee763a826f7 2,848 1.00/1.00 vMB 60
413,320 413,320 000000000000000002c1d83acb842b439e564854033925385f2bdf4e75873a78 2,534 1.00/1.00 vMB 89
413,319 413,319 000000000000000002b8b76b96cdbc7705699403bc566ecb86147a2f2fa2a942 1,728 0.93/1.00 vMB 25
413,318 413,318 0000000000000000047016f3917fa063fa6aeb901d257a182b10b79da84b6831 2,227 0.93/1.00 vMB 37
413,317 413,317 000000000000000001da907a719bb3697343b44b3afdee63bdb654c1679bf1fc 2,199 0.75/1.00 vMB 63
413,316 413,316 000000000000000002f6da164e2be84ae2317aa4c41cb298cba9e0480116111e 2,681 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.