Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

886 transactions (0.44 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,740 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (243,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
667,970 667,970 00000000000000000002304bc1c3e870d0bdb3c5e315b8579ce01804f2877a2b 1.18 MB 1,519 28
667,969 667,969 0000000000000000000381e9d7dce80a6ce78792fab2fe964a8e46bd51d3170d 1.46 MB 1,570 39
667,968 667,968 0000000000000000000cf3734933984bbce8ac90a4d589493ef3cd167779d453 1.30 MB 2,239 56
667,967 667,967 00000000000000000003e4634e545fb2a0e817052b101285343c648bd15ff803 1.33 MB 1,593 42
667,966 667,966 000000000000000000009f846bd14ea354596e232f988dc52d1684957969ebf0 1.31 MB 2,025 40
667,965 667,965 000000000000000000022d5f7a489fea35fb59e9e6a638f80c678a3be1e08726 1.45 MB 2,000 50
667,964 667,964 00000000000000000004da5169f044454ee7547d8761b9f9448e24056274e076 1.46 MB 1,855 42
667,963 667,963 00000000000000000004806c4523e8f6ac678a190aa63198b575ca333f5a0bed 1.32 MB 2,394 40
667,962 667,962 000000000000000000083977ed7f5fd57bb9bc5797ca57fc7c3f5af73318f35c 1.25 MB 2,837 56
667,961 667,961 0000000000000000000847d0de647be7291923e36d74eccc736288f88659a4be 1.24 MB 3,076 61
667,960 667,960 0000000000000000000b01b4d3089e4b69765583cdfd8c7558791883ca4887ae 1.43 MB 1,896 42
667,959 667,959 00000000000000000001b6e56a1a298d57ee74880ead2b62163c4437389cbd56 1.33 MB 2,388 84
667,958 667,958 000000000000000000056893e61d80889c456443ac6d178bb7b67f691ce4b995 1.26 MB 2,879 57
667,957 667,957 000000000000000000050d295f10958a2d9be057e9301fa8d869ddc20b53c03f 1.28 MB 2,582 74
667,956 667,956 000000000000000000068682df7c87821bc4b5997064eb0410ec3d762786f4fb 1.14 MB 1,102 77
667,955 667,955 000000000000000000023df5ee7d1cb2b61f6c03777fddc7c13010cfa96e09b9 1.29 MB 2,684 58
667,954 667,954 000000000000000000081d2075cab75270a38f0147a5f4fbde35376517af9e2e 1.31 MB 3,008 71
667,953 667,953 00000000000000000005d37bfdf121db6f81c7881b68c9f98b37619b1b5e56c3 1.23 MB 3,191 66
667,952 667,952 0000000000000000000304351e040efc5fab11510ed1861a9d131a333585bfc2 1.11 MB 1,680 66
667,951 667,951 0000000000000000000812b23dae6f1a3c71ecd504cc7ea3f1a43f2c7aa547f6 1.21 MB 3,028 66
667,950 667,950 00000000000000000006464ec609e39d85afa1088908d00ef3cc5d9775783b10 1.25 MB 3,000 77
Previous 10 blocks ↓
Total Size: 776.60 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,427.96 GB sent, 131.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.