Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

914 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,997 000000000000000000022b910000000000000000000000000000000000000000 0.29 vMB 914 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,996 (230,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,110 681,110 0000000000000000000b087c5aa6ed4d2af2bda72e054f55d22f425928468337 1.27 MB 2,382 183
681,109 681,109 000000000000000000095c83cff610cbfbb12817ce3ead2b40ccb00c0a35cfe4 1.25 MB 2,438 151
681,108 681,108 0000000000000000000bdda6bb60d9cbd890c16609d1f84eb15d0931614cd16a 1.22 MB 2,791 155
681,107 681,107 0000000000000000000486b35822c63ec3b0503c0f14b52f6559c77a5747d96b 1.57 MB 2,244 163
681,106 681,106 0000000000000000000adaff8fcffbbef4b0321d1ba5868895d508035330154b 1.30 MB 3,111 174
681,105 681,105 000000000000000000098d61eda1cabe27497d8cdaced4a0af8e5c6eb9bbd944 1.39 MB 3,829 228
681,104 681,104 00000000000000000006e8121ec84e8b918ac9a42990a5af5cf7013c2e516c2c 1.36 MB 3,043 154
681,103 681,103 0000000000000000000ada5639410d504ff4f9330667729d667978126540cade 1.37 MB 3,551 203
681,102 681,102 00000000000000000006c71c97c4263961777dae0db38378043c692126d77a3c 1.21 MB 1,914 101
681,101 681,101 00000000000000000007191f1db5d292d9ca88d036c03def5028f47b7ebb2f1a 1.18 MB 1,163 156
681,100 681,100 000000000000000000024618f5170268e65313086dd6ced017480ea3c5400afa 1.13 MB 1,199 162
681,099 681,099 00000000000000000006ff7fd2954426c8801b4bf363eec0fabeca642cfd0c58 1.30 MB 2,927 83
681,098 681,098 00000000000000000001c1ad2533b311fe58625fe7f0b3f5b5100ce582557389 1.26 MB 2,259 103
681,097 681,097 0000000000000000000173ae3ac51ebf88a255bf27d2fcbd9a5b25579362b50c 1.31 MB 2,621 147
681,096 681,096 0000000000000000000aa221138a730807cc5a18e960776b4cb7bc0bcdcb8a78 1.58 MB 1,382 170
681,095 681,095 0000000000000000000318a77c2bac9599d13d920103be3371091829a73e40cb 1.30 MB 2,730 84
681,094 681,094 00000000000000000006de3742fd751ec90a2a6a7aeef93987e8a50690fbfbad 1.25 MB 1,994 116
681,093 681,093 000000000000000000027e3ebcf6dcaac745c573dc6948241c22e19d440bd922 1.27 MB 2,714 133
681,092 681,092 00000000000000000001365d1323539201a34d6707a16f065207bc5ba31eb915 1.20 MB 2,363 92
681,091 681,091 00000000000000000005bc4813cb67fdd1f5a76f9494c9353f7387bdcab312ea 1.30 MB 2,309 134
681,090 681,090 000000000000000000057eeae0448393e360db571a555c6cf5d89916f21f87d7 1.30 MB 2,084 154
Previous 10 blocks ↓
Total Size: 777.08 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,505.09 GB sent, 133.84 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.