Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

653 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,487 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,486 (874,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,051 36,051 000000004dd7c63b10b06c9d8369498c55a3a12880711e764ed3970d460deca2 0.00 MB 1 0
36,050 36,050 0000000057d826f17d451de331570adc5380d4006e5226368c3a304a44e9d2f3 0.00 MB 1 0
36,049 36,049 000000005d1ce9a8de2a03c3469e58730f588452e3a0f159d616e57ddcc3b0f4 0.00 MB 1 0
36,048 36,048 00000000909d1319b97e0ff36d2a7763aaf576623b1559013b62c06b1c75f974 0.00 MB 1 0
36,047 36,047 00000000971e8cae3bb86a5297498a20888bd29f0f0429d04ce61a219a783a26 0.00 MB 1 0
36,046 36,046 00000000c17c2ad2e9b5cfcba153680ac71d174f99f8129d825df3e0d2fef784 0.00 MB 1 0
36,045 36,045 00000000a742cc028e419f29b839a84119b68794dbd95c880ec8b440e0e85d90 0.00 MB 1 0
36,044 36,044 0000000069c369174b6b2f63ac80165ad894328c340f3e0084d731e3b83e7b7c 0.00 MB 1 0
36,043 36,043 0000000070f522efb0165014e021303c47c9676338daa81adc58916413aa59a3 0.00 MB 1 0
36,042 36,042 0000000085565531bd5a9ac9366e9b0a1aa0ae571f8ac9dd7553403cc49090ab 0.00 MB 1 0
36,041 36,041 0000000060edb19922fedf540e3171d6aa4af26ddee058427da65eeb741dda8e 0.00 MB 1 0
36,040 36,040 000000000dfe6428eced09a16fe0ce7b5e0901b168cf21593bde65985ee66da3 0.00 MB 1 0
36,039 36,039 00000000a030723b864b32f799a6f80324876807981d6eec78b02c1095a0d28c 0.00 MB 1 0
36,038 36,038 000000000f06438f544fce6c19b7fd6f48dc1beb6e939e030aee73c774b97559 0.00 MB 1 0
36,037 36,037 0000000088c1a859f791407ec99da4e9b326bb72cc9b4c8543a56e2459ed559b 0.00 MB 1 0
36,036 36,036 000000006ad7c84a65defd2c23622daf84ba41f9dc8a0ec2b766a48a3a3472cf 0.00 MB 1 0
36,035 36,035 0000000086a062c40ce0a44461d0577cd5df9eb315e953b283efa64c35443cfb 0.00 MB 1 0
36,034 36,034 00000000c12c7226bf36132337a5edd249bc3250993ca119f64b922e3e53f31b 0.00 MB 1 0
36,033 36,033 000000002da524a73a2c31b318c1e3a29d273606f69362fce66c2c38b9acd481 0.00 MB 1 0
36,032 36,032 00000000367707150207d301fd00e84699522ae5cbc920dcefa7e5707b0dfb05 0.00 MB 1 0
36,031 36,031 00000000c03486952bde95886e8b16a6c0a6fd0ca8b4e788944f3c4b7de86c78 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.