Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,314 transactions (1.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,125 (819,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,207 91,207 000000000002cdadf81d03bc4dd0e5122e2c0254d951464434a3bc0162c4f6a0 0.00 MB 4 0
91,206 91,206 0000000000067697ce16df0963ea0ca5f7e4b1b62d6efc41a53a00035463a052 0.00 MB 2 0
91,205 91,205 00000000000dcdaf8c0fa5aa4079503cf419b95686ca543dffcce3dc3a81b2df 0.00 MB 1 0
91,204 91,204 00000000000561f7d0e08fbcd1d8cab38477da5a78af9a1e0f3a376e061ca947 0.00 MB 2 0
91,203 91,203 000000000008bcbbbc1ef3051a4df7ddd9962bcd00c7d35e6d30a07c6eeb332e 0.00 MB 1 0
91,202 91,202 000000000001511f0a57afab24964c7366a17815760dec4c3cad313f8f5808f6 0.00 MB 2 0
91,201 91,201 000000000006172709c6ea5696f1bf34a4a7f7152a6154cc6c0c0c3ffc8ec6df 0.00 MB 1 0
91,200 91,200 00000000000330a950d351e183ddd171a9a540f5832bd3052cbd14a4f01066c3 0.00 MB 2 0
91,199 91,199 00000000000a22fc1f2557b20be8ab61742a5ceb6620ba561d641b66660cd933 0.00 MB 1 0
91,198 91,198 0000000000057ed720f51303cc4bc87cf95b645455a6855ae35e227d48b69e73 0.00 MB 1 0
91,197 91,197 0000000000044e4259384330e4ea02ef92f4aae3be5f18dd04fdfb337de17b81 0.00 MB 2 0
91,196 91,196 0000000000073750fedf2f10a75f82fcc6c05da2d2ce94dc2eb434ec637797d6 0.00 MB 4 0
91,195 91,195 000000000007f66cdad5e7f51e252aca88af50883217063f04cbd14eb905a585 0.00 MB 1 0
91,194 91,194 00000000000b808aaeb4f9a0f860f898e33faeee17b4b71b60a993de7493f182 0.00 MB 1 0
91,193 91,193 0000000000000179d8110fc57982af1ba17248abdabe368b6cac06b38ab426cb 0.00 MB 1 0
91,192 91,192 000000000007913e76644ea95a1f74479f57470abe7e93c5c22875ab67822620 0.00 MB 5 0
91,191 91,191 00000000000dfb58a4b2551326b726ecf299bb11cf8423d286bbb209fd2ab991 0.00 MB 1 0
91,190 91,190 00000000000d70c99a701287832a7727900d067f6640342deb045de7196a50fb 0.00 MB 1 0
91,189 91,189 000000000001cd3795e6a2649ae3f0cf2c1a170993d188823dea33ce85651378 0.00 MB 2 0
91,188 91,188 00000000000b2acecb0ffb2cdbbe6d7bd3e1bb75de0ffade45e2783327f144b0 0.00 MB 1 0
91,187 91,187 000000000009abca4194edc5f20d3bca707373b6fd7988ab3f2a22d3e864ea13 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.48 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,370.48 GB sent, 126.13 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.