Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,168 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,637 000000000000000000022b910000000000000000000000000000000000000000 0.37 vMB 1,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,636 (324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,312 911,312 00000000000000000001ddbc88a022ae0287248d49f0dae3c1df1a3c6933e1c9 1.62 MB 3,023 3
911,311 911,311 00000000000000000000d521e9d106c2e9d49cf9d730ccd66f28103640480589 1.75 MB 4,945 0
911,310 911,310 00000000000000000000104cbc2c267f0b20b5690d101ab9e9c519ae039883df 0.47 MB 1,221 2
911,309 911,309 00000000000000000001557b36aeb70a46e9527d8731c0e96cb4a1d12a455086 1.72 MB 4,673 1
911,308 911,308 00000000000000000001086e5f5fcda614e51f838d46d33df0c742d56d6ded6f 1.52 MB 3,228 2
911,307 911,307 000000000000000000009afc798be86cdebf5081da208404ab42770127a839ac 1.68 MB 4,280 1
911,306 911,306 000000000000000000022097d2045bfe2ff90d2f11d43dc509da1e1fa941c14f 1.77 MB 4,911 0
911,305 911,305 000000000000000000015b0b5f7ed6858cf1e4c01fc92121098139cf6f119b62 1.71 MB 4,499 1
911,304 911,304 00000000000000000001aa78e48996ed378caacd9329dc907884b0e7e8df82da 1.59 MB 3,351 3
911,303 911,303 0000000000000000000048c0bd89fe7e189bfb88167d0060e225d9ad08ffdf73 1.64 MB 3,322 2
911,302 911,302 0000000000000000000209f57d810a2fbfe1e2fdba7c4fff5a64b62bdfa87770 2.16 MB 2,855 1
911,301 911,301 00000000000000000000ac9d2edb80574bfbba902fb011a4576ad0e70cee18f0 1.84 MB 4,059 0
911,300 911,300 00000000000000000000eddb26f214b526cef71ec51672a2347d180dd2d79592 2.07 MB 1,350 1
911,299 911,299 0000000000000000000157f1605d6085a478bbaa0aa493a9c58fc5e33efac5ea 2.10 MB 1,459 1
911,298 911,298 00000000000000000000aa562e71f53b7155fa5323f81768071db743bc0ee28d 1.72 MB 2,838 3
911,297 911,297 000000000000000000014b6edb091ec725e6093550bfd86b00487ce8bf5bb2ad 2.03 MB 1,165 2
911,296 911,296 00000000000000000001995ffd1ae610d41a56e24962b26c67c3469786ba67c6 2.20 MB 542 1
911,295 911,295 000000000000000000020331588f95eacaec499eac9a9f4808891d08144fcfac 2.35 MB 1,188 1
911,294 911,294 000000000000000000000eaac3646162364651c5e4d89432eadae030e7b4cbc8 1.94 MB 2,682 3
911,293 911,293 00000000000000000000aa9e9d8c60f970e6e9f47cf40eaa675e86a3bc25c3bc 1.85 MB 2,000 2
911,292 911,292 00000000000000000000d380cd38cb5f7e1ab713176aa576ac062479ccfbcdf2 1.65 MB 3,546 2
Previous 10 blocks ↓
Total Size: 776.41 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,422.27 GB sent, 130.69 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.