Loading Tool

Explorer IconExplorer

Memory Pool

40,918 transactions
19.93 vMB
0.05630106 BTC
Random Selection Loading Transactions
Max Size: 111.28/200 MB

Candidate Block

Mining Attempt 778a4dbdc6bdae4cc3c302857a2686907c49de7cd7868975cb38142173ef76aa
Version 20000000
Previous Block 00000000000000000001f26876ba1631de58b85b7ecb3384d88e4b24eff2c0c9
Merkle Root bc99c52263ca1e717fa2b753d8a266a68b6f20ebbd4c8bba5b2ddd29eb23fb02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,022
Size: 1.00 vMB
Total Fees: 0.01726370 BTC
Feerates: 502.65 > 1.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,080 (853,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,308 60,308 000000000730f6a9373aa60f05a321b6ef3dea2d581e6f10901e56f84ed64817 1 0.00/1.00 vMB 0
60,307 60,307 000000000ce3deb297a0fbd7596c0d71e94f66bcd988015ed2fddc694482ebad 1 0.00/1.00 vMB 0
60,306 60,306 0000000003da4cc9743cc8d6396d7db1d4fae2959d1ac3961672cf25ff8e5641 1 0.00/1.00 vMB 0
60,305 60,305 000000000f59f6c432104dde818ed26808df30e2ed5c2601a248ec8e18523c8f 6 0.00/1.00 vMB 0
60,304 60,304 00000000080bedd31e301cfb9d8cbaf274a2db40434c9ceb5b34272d35dd77e0 3 0.00/1.00 vMB 0
60,303 60,303 000000000f0c724bdfa2cf45df94c6996bfe6e54d1cb55717ee3db6a490f3c76 1 0.00/1.00 vMB 0
60,302 60,302 000000000ee25106ada08d941b070ba5af8d1906a9667f1ba7a5f454982f1f54 4 0.00/1.00 vMB 0
60,301 60,301 000000000a553eb0bcb3be3b966cba542a336076322c2e642bd0633f9622ebf2 2 0.00/1.00 vMB 0
60,300 60,300 00000000085e3f531388ab902b9c51fcc0a2c784830cf04a72558a224696a60f 1 0.00/1.00 vMB 0
60,299 60,299 0000000002fcd6c7a5c4da0b51ae9732e5df66b3ae7e91073b31fc5a124cfbad 2 0.00/1.00 vMB 0
60,298 60,298 000000000b1116e13eb3d258b3c63c10092d09107de49576114c5e7eab2cc00d 2 0.00/1.00 vMB 0
60,297 60,297 00000000002a2f9e7ecc8bda5fd01a725b5e5da093429ad02ca922887d960ef9 2 0.00/1.00 vMB 0
60,296 60,296 0000000004f19158e487ab1c56c975185352d552162df8ce14a67a06b7c29f74 1 0.00/1.00 vMB 0
60,295 60,295 0000000000f5d048f35f340543034adb0a736371dc71cd01ca83404b60b39df9 1 0.00/1.00 vMB 0
60,294 60,294 000000000aa136f5e500ec9cecaa6706f151297782ce9640800dd4e09bbfb076 1 0.00/1.00 vMB 0
60,293 60,293 000000000b9870f4a3887f50849ea0970bb49e0927207ae6452bc9aed441b409 2 0.00/1.00 vMB 0
60,292 60,292 000000000bd8af0fbceec44f6f8a23daf04b73489e6760e8240c95b9b8988d19 1 0.00/1.00 vMB 0
60,291 60,291 000000000f21e727b50c9ef172d9e170c020351ef2a9f3e1b187b9a941c02c9b 1 0.00/1.00 vMB 0
60,290 60,290 000000000bb465f1a7b81353af0843a043fb8f6782320a543a377d6d44447ad0 1 0.00/1.00 vMB 0
60,289 60,289 000000000f53acf252126f2da9524a8dfa5dff1ee6775d7f2a04699b42dd7ca9 1 0.00/1.00 vMB 0
60,288 60,288 0000000005d46a16a32aa1ed92cc421053ee9cf6669b0c2994562174830f88df 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 555.87 GB
    • Received: 6.96 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.