Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,908 transactions (1.29 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,491 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (130,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,027 781,027 0000000000000000000387d0ce6af79d828ebb1f8921bec88b7ac1dc4f66faf4 2.14 MB 2,033 22
781,026 781,026 000000000000000000001660851c05732dac361538ce5ed14eb736749741b43f 3.34 MB 917 10
781,025 781,025 0000000000000000000424dacc090410660426889470cdcc05dee8de929a78d7 3.13 MB 1,185 12
781,024 781,024 00000000000000000002cd4b282e1a56026cfad6beb0fd46ab69a23d1c5cdc09 2.46 MB 1,619 13
781,023 781,023 0000000000000000000673a908ba595cdc97cc0a074a443c8cbab035a8b52a96 2.05 MB 1,692 19
781,022 781,022 00000000000000000002a496951133b2cf2474cb90be7337e7258f232de87d1e 1.26 MB 1,672 28
781,021 781,021 000000000000000000013d08233fecf0bc716f9e99e3ad284e17b89f37310904 3.14 MB 1,148 11
781,020 781,020 0000000000000000000243d61564c1ffc44cb4d0acb9f7099df5aa0d5087fe5f 3.33 MB 1,050 10
781,019 781,019 000000000000000000012ff9968fbc4b00714686b6c2012edbaff0539e4d239c 3.80 MB 268 9
781,018 781,018 000000000000000000004553aba4bfc9982c52bdaed885e1c261a202a4a3dc4a 2.91 MB 1,189 15
781,017 781,017 00000000000000000003c358671898c1e916c5291d6e14b6d913d8967d2e9cf1 3.20 MB 1,222 10
781,016 781,016 00000000000000000001dc6d6fdeab5aec67924a5ce382b4bec3f92c218be3b2 2.00 MB 1,132 11
781,015 781,015 000000000000000000052e06302939f020eeb605288479dbb4c1ec6ee27faf97 1.90 MB 2,429 23
781,014 781,014 0000000000000000000324e8f389984852267eaf26e740e10e726d447c3ba55a 1.58 MB 3,113 33
781,013 781,013 00000000000000000005ad2d294678ac2dafd848ea78f830345dc2b4896b3d53 2.63 MB 1,147 13
781,012 781,012 00000000000000000005f0092d73c3ab59c979644360b48ff9341bbd3c27e778 1.53 MB 1,114 16
781,011 781,011 00000000000000000005fede5fb690ca65f5b742d85c9a8eb64616715e3b2d1c 2.05 MB 1,763 19
781,010 781,010 0000000000000000000636b92672928222fcee808d37823798e87f74a50ec4dc 1.64 MB 1,445 26
781,009 781,009 00000000000000000003de57f27005a02e56b77fddd7cc5874e285106eca8511 1.90 MB 1,358 18
781,008 781,008 00000000000000000001d10e721a7c35fd57a7154374051fca5b02dcc3145a69 2.11 MB 1,645 19
781,007 781,007 00000000000000000003b7d9f915b6edba4b1b95aa41cfef91ad4e1944704f0b 1.82 MB 2,761 25
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.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.