Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

850 transactions (0.23 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
911,610 000000000000000000022b910000000000000000000000000000000000000000 0.22 vMB 828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,609 (894,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
17,047 17,047 000000009d954766779331a5f4bbd62c328f8523606b6393cc279efec3c17e09 0.00 MB 1 0
17,046 17,046 000000002ee85e8d96b73b3693dd75341819988665aef2c1d25d71e395e87818 0.00 MB 1 0
17,045 17,045 00000000ceeaf06e4e4ea735e453ef2c7e09cddf1cc0659c647967a697b7a068 0.00 MB 1 0
17,044 17,044 00000000db662a2fa719d6f67826ebfc68de94dee32a5895eda585426a40a267 0.00 MB 1 0
17,043 17,043 000000005463da0250d737315782edd43e3485a0c26e9894ff5492e4ae49ad25 0.00 MB 1 0
17,042 17,042 00000000aba6b32722f690d8d97d181f7f181e0c6d799f0bbc34f671a62727df 0.00 MB 1 0
17,041 17,041 00000000b713fa7dee29c5dbadf025703b9c2c8d0eb6dcb7a3df138222e1a1b7 0.00 MB 1 0
17,040 17,040 00000000cf49e8863826290c19f1a6bf1addbd9cafd9f3cb789e5366536e7580 0.00 MB 1 0
17,039 17,039 00000000f55bf30933b5a0e18172f18e5985ad04771a5b2709ba2f12cd058fd0 0.00 MB 1 0
17,038 17,038 000000009fe3bd666b415b054d49ff20eb287ec6dfda23c8c9936504815cb883 0.00 MB 1 0
17,037 17,037 00000000a88f430d8607e307234b90e5e8743d1e8bdad158eabd29a891fcf157 0.00 MB 1 0
17,036 17,036 0000000074c4b19a1ab841849f8632d6a0dfef2d04ec7075d30011d35d55f129 0.00 MB 1 0
17,035 17,035 00000000e32cac3339b1aa7b56646a8db2d523ed71655c521d47e615fade1628 0.00 MB 1 0
17,034 17,034 00000000f3d83a6cd75a5d955ad945287f0b33b91ef223a499675726c4e23d96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,420.19 GB sent, 130.44 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.