Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,848 transactions (1.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,570 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,031 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,569 (871,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,577 38,577 00000000404e174d30f84dcd83631eb1603217957524f23b80db0435b9fa2653 0.00 MB 1 0
38,576 38,576 0000000027ad782fd0fd2331dfa0f5abd29885291fb176685c77b1b143a87bab 0.00 MB 1 0
38,575 38,575 000000006ed95fe46318bb26f25a9e2224a6c2aa7c118217ac1d6091e1378074 0.00 MB 1 0
38,574 38,574 0000000011f67744e4afa18a015ba161102e66d1a43348298c93fdb78ffdbf2b 0.00 MB 1 0
38,573 38,573 00000000487eda692d802ffdf40d1d1131973602b861243f3ed926dcc6c89ede 0.00 MB 1 0
38,572 38,572 0000000017a775f3eb35762f80a15ba86da99170afd2a005a8d946d6e54744ab 0.00 MB 1 0
38,571 38,571 000000003734a1539a85a41924773e6ff89dae419d0e3c247a50bb504ffbc0e9 0.00 MB 1 0
38,570 38,570 000000007905f8c96ddd0d008d9d7beec01dffa0ad9e0ad7b30bc27763aae332 0.00 MB 1 0
38,569 38,569 000000000f6c8fc01893efd9faaf30478350133ec12aef6cfc7256d84a54fdf4 0.00 MB 1 0
38,568 38,568 0000000046900ef0b97ed3754c4c80fda3507c737632c56e5ae752bc02ea4d61 0.00 MB 1 0
38,567 38,567 0000000008ceb365db8ebf9d04338d43e835e06c8e65d1882fb6d79332ec8a30 0.00 MB 1 0
38,566 38,566 0000000038e0fa1333bbd465791b3bebb82edb6209a45f9ebfd3e1c60e2ef6fe 0.00 MB 1 0
38,565 38,565 0000000079bda9eb26979a08bbda598bf6aed27a570e37bf94bed022a4777cb8 0.00 MB 1 0
38,564 38,564 0000000034eca195af33b02a86baa20a3402d9711fc66eaf81051703389abb35 0.00 MB 1 0
38,563 38,563 000000007b5eb3bd656a31519c33766277b2736e132f15e3b5a216cb365a8632 0.00 MB 1 0
38,562 38,562 000000002a65c2e3d68f18f522fc9aa4ac2d83ec80ce44d192e4af35c86023f3 0.00 MB 1 0
38,561 38,561 0000000036c42addb6dbc89ac8f707109fedf75fd30d854b678760a6e7d3e5e7 0.00 MB 1 0
38,560 38,560 000000001b4c4904d53b3fe9b98b713258c1e3eb65ccf4a2430461f47f0dbc2e 0.00 MB 1 0
38,559 38,559 000000007d2b571e3f862068924532e8e3224082c6d561f17507d92767792f4c 0.00 MB 1 0
38,558 38,558 0000000062394f5bf35c1605a8bf22f488d6673a93210cff7a321c4b07c38133 0.00 MB 1 0
38,557 38,557 00000000665ab420d1c5358ed4eff65e818c85e3a3038337f82f57928d1b21a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.43 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,252.93 GB sent, 120.72 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.