Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,891 transactions (0.88 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,505 000000000000000000022b910000000000000000000000000000000000000000 ago 0.87 vMB 2,890 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,208 911,208 00000000000000000001c37af61a35f4c92b3fbbfc16c09cbf6ac204d16ebd51 1.57 MB 3,707 6
911,207 911,207 00000000000000000000c55db374263565dc93d2daa13a043a856ec995d09ef9 1.66 MB 3,921 1
911,206 911,206 0000000000000000000079cec427c9536a6a5c3b3d6f5417e09e63b5eb8ad306 1.70 MB 4,468 1
911,205 911,205 000000000000000000005655ad5f153d0ea59f32add1ad74a2c13817cfbcdab1 0.34 MB 906 2
911,204 911,204 000000000000000000013ba1754591cda1a80296ae667d324c00d9434eb36107 1.72 MB 2,643 2
911,203 911,203 00000000000000000000de0ce488cedcb299a8f20e6c7761030fc0ea79b2380b 1.76 MB 4,558 1
911,202 911,202 0000000000000000000128c670a5fb31edeb9006a89ef62e6d93569d21e30a58 1.68 MB 3,983 2
911,201 911,201 0000000000000000000110453dc76287eb677d40da160f62bd7c82791ea0b39b 1.60 MB 3,336 3
911,200 911,200 00000000000000000001acfd3f85409d6958583f7461bf942344f7e7fa11d9f7 1.71 MB 3,009 3
911,199 911,199 0000000000000000000007c98089480dd30a926cc0df044912f86e5c747ce870 1.89 MB 4,390 1
911,198 911,198 00000000000000000000547c553ce740ebe5de5b53989e15fd6b7e0cc2c26aeb 1.65 MB 3,260 3
911,197 911,197 000000000000000000020ba222d711f452250d508d956a73fec88cbb68d224ca 1.73 MB 3,110 2
911,196 911,196 00000000000000000000167fbba865702ed97ca37404c8734732511b9a3719f6 1.67 MB 3,889 3
911,195 911,195 00000000000000000000da67b0dc1e01ddb16c0f131e37dc409d91088c1cf6bf 1.73 MB 3,104 1
911,194 911,194 00000000000000000001ec9f51228fd4919f0c2779ece7cfdc264d3ccedcf86f 1.72 MB 3,001 2
911,193 911,193 000000000000000000011488d882845975df8eddb86646d95082bf665ccad48b 1.54 MB 3,422 2
911,192 911,192 00000000000000000000684a265719960b1b464646c6d6f94021565f7f6a0219 1.63 MB 4,166 1
911,191 911,191 000000000000000000010fc15c3bbe2b021ee83034364d67909aaa54b1bc0204 1.55 MB 3,390 4
911,190 911,190 00000000000000000001fa99e32c58db7831860a069dbeb992cb89afcc112ce1 1.55 MB 3,865 5
911,189 911,189 000000000000000000010c9d0f3a10dc610c5ec254e5d0a4e9d4edb38802e995 1.71 MB 3,216 2
911,188 911,188 0000000000000000000212fba6c78ccd38357534806514a42a0cfe0fe8d74741 1.58 MB 3,494 2
Previous 10 blocks ↓
Total Size: 776.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,412.44 GB sent, 129.58 GB received

Notes

  • This page updates every 5 seconds.
  • 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.