Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,266 transactions (2.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (891,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,431 19,431 000000003e4eca628d67920bb1c8109292433e63ea2d4e9a6aa7cf71d82c5590 0.00 MB 1 0
19,430 19,430 00000000277cabe0e1d7706b1d84cdfbf18d8afab890b005c3d25482388a542c 0.00 MB 1 0
19,429 19,429 00000000ef3454c25250193517439bf0afb26d989ec500bcbb83532788826460 0.00 MB 1 0
19,428 19,428 000000004d8a6d5607017e6aeec935289495ab219428528388c9c0a502fbcb67 0.00 MB 1 0
19,427 19,427 0000000016649333ff13fb5d39bfa7bd6265d43658e9812d3eeb3200d8785215 0.00 MB 1 0
19,426 19,426 00000000b1520c7517db4a3eee9f132b2646c23365934d45abf82eeac5908f2a 0.00 MB 1 0
19,425 19,425 000000000afe2691eb012fcc2b9aa7d2b04affc0f742c754addc296b8469453d 0.00 MB 1 0
19,424 19,424 00000000e08abf04ea0a5b1d0ce7c917fe29274e50fedde3e5b8798931ea74f7 0.00 MB 1 0
19,423 19,423 00000000fe2f41c3a9485918ba124e9e82f67cc96b134a724e66b289f5f91e1e 0.00 MB 1 0
19,422 19,422 00000000a40d7b8f2ffae02e5df232ee7e8e7de96eb0476618e9c689a5dd8bc6 0.00 MB 1 0
19,421 19,421 000000008d7abcbfffc9b91c3c9076328f9742397f32a5b4e95bbc1e707d95c2 0.00 MB 1 0
19,420 19,420 0000000041750f97d8dfadec067526b6bbec102a33f00885c0914275d766242a 0.00 MB 1 0
19,419 19,419 0000000057388c37442be38475f192b45742541fe506f1b7327bf193650aaff2 0.00 MB 1 0
19,418 19,418 000000000bc14d20e71f38f02b1f33c986ba7b00e9f0ccd39ac6b8265e79b740 0.00 MB 1 0
19,417 19,417 0000000065b6ce140b308299d535a0958ef9dc1618c03c846d6800d6ec184119 0.00 MB 1 0
19,416 19,416 0000000041017fa1a05f224f5d60074b269b8afe26a4384ee49d77c9e582184f 0.00 MB 1 0
19,415 19,415 00000000922110fd5b713180c22ad62163691b7b3ad607284bded5e2255faa52 0.00 MB 1 0
19,414 19,414 00000000e482ddc19617490e00423aeb8d5bf352b1c8f05e23e6d19860a42823 0.00 MB 1 0
19,413 19,413 000000000ccf6c6ad18534d9cd2002872595628785102d8c1895966b2953a49e 0.00 MB 1 0
19,412 19,412 000000005631521484e1418be5c232bce05e3cbaeb2f103e99b39c1e0c5783e1 0.00 MB 1 0
19,411 19,411 000000007f99a0ff9e55541eef4a64ce03c1877599b94901d23c911fc8dfe5cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.