Loading Tool

Explorer IconExplorer

Memory Pool

796 transactions (0.18 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.12/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,486 000000000000000000022b910000000000000000000000000000000000000000 793 0.00367814 BTC 0.18 vMB 1.05
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,485 (895,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,263 17,263 000000004e64e5be3e0ad9aa9e98339fe2255b878d92925e11210a4d6c2f6d72 0.00 MB 1 0
17,262 17,262 000000007356451eb922c6b46b1927787e38e483a86c2c9bff01139ac5f6c844 0.00 MB 1 0
17,261 17,261 00000000eedafba14e7f446653b23473da1aa38f70cf11528de86db20096e922 0.00 MB 1 0
17,260 17,260 00000000a770ba97213c4622e524cc708379fd1f594f152310bc6257bfa6b94b 0.00 MB 1 0
17,259 17,259 00000000d7a74bd5066bdf44d1c013412baf1cf7a195475aa13c4125fc33ed62 0.00 MB 1 0
17,258 17,258 00000000fc9e9f3980fa818b3a37bb105614dfc026c83d7c72a864a3639cde43 0.00 MB 1 0
17,257 17,257 00000000e9ad79b6172498f6610cfc138c016da2466fce889305494df9e542b6 0.00 MB 1 0
17,256 17,256 00000000d5540c5923ca4f4eecd8e32f906b90412eb802c1dce36cb17a065664 0.00 MB 1 0
17,255 17,255 00000000f78bc89839dc9f83f141a9afe8c0d546f3b2464c286448571788c2fb 0.00 MB 1 0
17,254 17,254 000000001e27494d6324aee05980b74a3c16b32fa6569397dc57b868a5b1f341 0.00 MB 1 0
17,253 17,253 000000006f9f69679d1572de50c1d5e11a9d53f1d7715ec5afdbbba04b7673db 0.00 MB 1 0
17,252 17,252 0000000024ac8eda77d553db10d17b45ca7835a1cce7e7b94c49107b8dea60c2 0.00 MB 1 0
17,251 17,251 00000000d2893ae02d964eb99546d42c204334bf98a4537a7f35475bb11f1ff5 0.00 MB 1 0
17,250 17,250 00000000b8dc497322a3dd4d3f97da5eafce2c69c018d9954dfaba352a1972a0 0.00 MB 1 0
17,249 17,249 000000005db9e4276f506e9b8e29d9a4c61155d2610239bccb51bb5406c13483 0.00 MB 1 0
17,248 17,248 0000000041938de0771f460a232ed81800833b048c74645a2f512fde2133fb7b 0.00 MB 1 0
17,247 17,247 00000000b4c12d66ca2d0cc222f6388d6116c1a89a555ad6e619cf1938007aad 0.00 MB 1 0
17,246 17,246 00000000ed81e9488d8755237d05d9b5f903c08d4faec1e9c36763565e244fba 0.00 MB 1 0
17,245 17,245 00000000ace0f50d8fa9eab1ce6fffd8d822e90977eb0c1505f8a9af0dafe146 0.00 MB 1 0
17,244 17,244 00000000a6d794785703066619548d6e81d34a148951b448e0987986a46ab0a9 0.00 MB 1 0
17,243 17,243 000000003063b98fb3be166776b6161536381cd851be86c19adebc5a2e6cf1e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,556.33 GB
    • Received: 137.95 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.