Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,084 transactions (1.07 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,377 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,756 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,376 (79,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
832,272 832,272 00000000000000000001ad09659bd7c2959ae296663b228d34fcdff7d56f24f5 0.00 MB 1 0
832,271 832,271 000000000000000000024fddda290f02c916ff9601dbcf272f9e74704da999f4 1.58 MB 2,370 34
832,270 832,270 00000000000000000000d1c06ffa6cf30b317cd54c771e2a463d71cc18026b14 1.65 MB 2,894 30
832,269 832,269 00000000000000000002c456389323546d0e711529d597ace0555b9b88e599d8 1.67 MB 2,919 36
832,268 832,268 000000000000000000034a308c42f74a4b0c17b7b50f11c41a8cf7d821cfe49a 1.73 MB 3,031 45
832,267 832,267 00000000000000000000d477223eb9ec512b03974eb5fbd98e2238c1f7713f57 1.58 MB 3,475 55
832,266 832,266 0000000000000000000287250d7f43fafed3ca62b2588e4589b88285c88280dd 1.63 MB 3,464 29
832,265 832,265 000000000000000000035bbcb6f4cc378e4bd93b83c3892a9405eadecc10680a 1.83 MB 3,437 32
832,264 832,264 00000000000000000000b0d25a1253c16a3b92f66707e54ffdd16d7c2a7ba278 1.68 MB 2,959 52
832,263 832,263 00000000000000000002b2e0c8d66949ceac10962ab8e24812d89057c2a98cec 1.81 MB 4,318 31
832,262 832,262 0000000000000000000337f169433e989fcc441a68c2ecbae9cdef4b36e86146 1.68 MB 3,835 41
832,261 832,261 0000000000000000000266816d2d368e6cee923d2df29a9869299a4d6a31d877 1.71 MB 4,355 40
832,260 832,260 000000000000000000015a42b8cc66ede175da23ea5df95a0c9e7170690f4e3e 1.67 MB 3,955 47
832,259 832,259 00000000000000000000880931043b9c69e716e3414849ae1507a3cfaca6db5b 1.53 MB 3,159 48
832,258 832,258 000000000000000000018f7b990e4d8e234d46cf664abf36d056b78d1386231e 1.57 MB 3,704 64
832,257 832,257 00000000000000000002920457acd3c24fcfe53465f81e0aae2d36e16d6dc62e 1.81 MB 5,225 62
832,256 832,256 00000000000000000002db52e88bb16873da34384f2d1179debc2fa166643d9b 1.82 MB 5,289 63
832,255 832,255 0000000000000000000091fc306a15a8c8e3fe4b5b81d2ca4f018dbc4a1b38fe 1.69 MB 4,537 52
832,254 832,254 0000000000000000000307f5497f02323950cd10d93c540d8ec27417ec9d6f9c 1.69 MB 4,283 31
832,253 832,253 00000000000000000002ca3e26e9d986860d1c0961d3b737cf90eb75aece6d8a 1.66 MB 4,304 42
832,252 832,252 000000000000000000033e6481d3c9ce17d69ef452a01058ba13cd581f0faac3 1.63 MB 3,853 28
Previous 10 blocks ↓
Total Size: 775.94 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,402.40 GB sent, 128.52 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.