Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,922 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,799 000000000000000000022b910000000000000000000000000000000000000000 0.93 vMB 1,913 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,798 (553,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,664 358,664 00000000000000000d1201a3914207fcbc048474883c8e0a0d511c61fc96ffe2 0.75 MB 1,032 22
358,663 358,663 0000000000000000002f02bf36f19d47fdd3eba353c071337e77dcb1ccc55ab5 0.75 MB 1,939 37
358,662 358,662 00000000000000000d681d48aa281cb752c4c1ed5a217330787fca426d3ee894 1.00 MB 2,319 34
358,661 358,661 000000000000000004766374575475186fa19b3ae804e0cb655cb7b0fc93a67a 0.58 MB 1,143 26
358,660 358,660 000000000000000005749949120b2a9d59a91cde6a0ba6c2d327d12b0fe230f1 0.33 MB 538 21
358,659 358,659 000000000000000011fbba741fb215e9af2910b20554c51fb30dba8fb98a5e2c 0.24 MB 446 24
358,658 358,658 0000000000000000067679dc84836fe28681db6c564a02c546666d72388848e5 0.35 MB 241 7
358,657 358,657 00000000000000000e4c41f5d86b569703b0abbd57834d4ee19c28ad5a87c704 0.05 MB 113 30
358,656 358,656 00000000000000000b306109cd402062d76537ed28920bea07c7311cb8d6c67f 0.44 MB 667 26
358,655 358,655 0000000000000000045193ac72f6690b9e79adbfcc94372a4123f562c3128f93 0.00 MB 1 0
358,654 358,654 0000000000000000138eeec66d485433685bd8122820ca0421b8aa0bf5490495 0.75 MB 852 16
358,653 358,653 000000000000000004d743087410d25a5c07d4cb831e73e82eb671dacc0a14de 0.00 MB 1 0
358,652 358,652 000000000000000003a178d5dea9a182329dc7779c15b3bc035cf1cdd876bf57 0.75 MB 1,474 42
358,651 358,651 0000000000000000091a334954518aa1c6f52ab4502d35364d21d825d81f2c26 0.23 MB 389 21
358,650 358,650 00000000000000000ac61a8fae0af939954e4b499873ba8a25d7483d1e0c0a6d 0.62 MB 1,009 23
358,649 358,649 000000000000000001018f844327ecbfde795f4166b145e1b2e6a2a443aa1739 0.09 MB 157 20
358,648 358,648 00000000000000001288aeaf5999dcc59f5238a6fa560a4b46682de8c7511313 0.60 MB 1,052 25
358,647 358,647 0000000000000000133dae9d3e8996f255de084d121287e1d61a7d97a78e4519 0.10 MB 136 21
358,646 358,646 0000000000000000027147073710894718f50e7c7b6417a1c68a4433c512d425 0.25 MB 355 23
358,645 358,645 0000000000000000098b1430ad6a4853267d89b9dd0fb9ab5fde71b8c932211e 0.18 MB 334 24
358,644 358,644 000000000000000002ebb9fe3e18acb7b685d88cfc60a8ed436a461dde541fd4 0.46 MB 913 26
Previous 10 blocks ↓
Total Size: 776.72 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,445.24 GB sent, 132.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.