Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,141 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
911,686 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 2,141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,685 (894,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,068 17,068 000000003b49a818378d1841bfac4e5f2939039221c9dc63691a05678a78a519 0.00 MB 1 0
17,067 17,067 00000000ec07cce4ed4dcec1270b8797b52dc5693c4698460d9c148b29b85017 0.00 MB 1 0
17,066 17,066 000000007964cdf35df58cc12bdd7d367bd0f7ceac4181f0428481bce055b0a7 0.00 MB 1 0
17,065 17,065 000000008e78de0b3e9c4aee62d0d8d1a16339adc0db1697023b92bcd2869691 0.00 MB 1 0
17,064 17,064 000000005c7441ed4da4b61d57ff69721860878497599d018bfe61ea9c48a9bc 0.00 MB 1 0
17,063 17,063 00000000af695402e3f04148dc90492ca88af589241e75e7e40c4b6503b5fc45 0.00 MB 1 0
17,062 17,062 0000000031e75dad89bbce0593ceb91b233dbc89f24e4a1032d2f1faa3a4e152 0.00 MB 1 0
17,061 17,061 000000000b6043f0444e8f8c8f00022bee126784ef607f341e2ac6cae74621e5 0.00 MB 1 0
17,060 17,060 00000000f1c5f36fb74962a1f18577ac6ffe949ecba5c65e168ff5e7ec24af6f 0.00 MB 1 0
17,059 17,059 00000000e0c6bb46bcb9e90e9a937f08cf0670bb7e49c8be611824073c7e1cea 0.00 MB 1 0
17,058 17,058 00000000baa9b88aacf2a77244ad444eb62716c307e0a96ab7a35be46f620e16 0.00 MB 1 0
17,057 17,057 00000000808dcbbccc587090f0e2d3341ebe740b9a55ebb450f728dc9e9da53e 0.00 MB 1 0
17,056 17,056 000000009666a165aa9f8e891e4ea3923e267ee4745ee1bc41ac4d3ee6a1fae9 0.00 MB 1 0
17,055 17,055 000000001cd7888910cf28a0ce475e76625a89b5be67516b6308d8ec10b7aaa2 0.00 MB 1 0
17,054 17,054 000000000bad9706d098cfbc6a9eb4b15466edffe2f9dad6a0db42459784f977 0.00 MB 1 0
17,053 17,053 0000000098fdffe2f003e9fa99a8c3f79077f7b2e67e5787c3a5bda2c3adeb89 0.00 MB 1 0
17,052 17,052 00000000dd90c6eae644422cf8bc596664a26127ad8acdfef2811759fa421dc5 0.00 MB 1 0
17,051 17,051 00000000a1c9f8ed64fa260e96ec5d9438c703afd21908ad268ae58065f5622e 0.00 MB 1 0
17,050 17,050 00000000c490d2441e0655b799219dae4017ce1179df66783acd2e21dbab87e1 0.00 MB 1 0
17,049 17,049 0000000051797acf077b5b08d1d454b3f3b89c07ffa961188b354d449a932036 0.00 MB 1 0
17,048 17,048 0000000069a42ed63be9f0a031e3013b6c9ee9634c28554a02b4d3632bdc24bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,425.40 GB sent, 131.17 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.