Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,438 transactions (0.86 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
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (891,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,086 19,086 000000003f5d982add475b21cfe436fd6e7d1e7ed6e09df7b246965e2cc17808 0.00 MB 1 0
19,085 19,085 00000000fbea7edff4b2742cb8ea66bf4ea68903b8f71095548a1ce8b4a2e894 0.00 MB 1 0
19,084 19,084 00000000b4b0ff23bda294d36508a60181b268a2fc72c379505407447fab3304 0.00 MB 1 0
19,083 19,083 0000000081984b8d846ff20c831f750b98f1dafb5132edb7df1b261e4645af51 0.00 MB 1 0
19,082 19,082 00000000a5e84ff00ef932ef33c3dac976428def2edf1ad627dcc73e95d7c836 0.00 MB 1 0
19,081 19,081 0000000028b2ddc99db8e14f5f01f3f983203e66c2e23e9fc4141569663dc9e8 0.00 MB 1 0
19,080 19,080 000000008741a1c6cf14f5f4d4b04cd8f35380a4332960d2400a07e15cd4cf4c 0.00 MB 1 0
19,079 19,079 0000000000ead9ab412155b454cbcd7b3a7ad6ece2d8380a0f6cdfba78108aa3 0.00 MB 1 0
19,078 19,078 00000000c3d1dd856ddaf02c82fe693fe9c1e51465678bbda6ba9487575c5324 0.00 MB 1 0
19,077 19,077 00000000d088874cc60e398f019342f0e76b64f1f3682b3c13199cdc637b68f1 0.00 MB 1 0
19,076 19,076 000000006dbc7e095b39674efdd6f90c3e54ad44baa166b0f3331212c6cacd41 0.00 MB 1 0
19,075 19,075 0000000081a4b20589862f024cafd2742707220643e5fda5e0502a89e3f97127 0.00 MB 1 0
19,074 19,074 00000000cb3f1d863c37d50094d7fdff27f8ff1dfe9d3ae87ee68f6b1760ad21 0.00 MB 1 0
19,073 19,073 000000005a1cc5a1f2e1c415d369aa9476e2351c7e447802128b1d81833da8b7 0.00 MB 1 0
19,072 19,072 00000000e38eb9a637f7c7ce89cfc2b62b8d8c726fb372807c5b0364421626c5 0.00 MB 1 0
19,071 19,071 00000000561c85a619e812f62fe99df91f157934d622510882ea6431189c57d4 0.00 MB 1 0
19,070 19,070 0000000046c665aa0385a5f0dcf51e82b2ba2505e716493e33eef48a23c06438 0.00 MB 1 0
19,069 19,069 00000000175ff743ae202cae16b8252c1a134cad0042bb04601302f668c3e917 0.00 MB 1 0
19,068 19,068 00000000553018829e0b29f8a6244651ab15ef16a72467e294a23eff8382e095 0.00 MB 1 0
19,067 19,067 0000000076230eb8fc9d8fe84846428c8a00a0f54661233684ec3c9181174b77 0.00 MB 1 0
19,066 19,066 00000000e97c2557902b54b05b1306e9976281ae7e6335bc79c4ceb2496018b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.