Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,443 transactions (4.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (474,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
437,066 437,066 0000000000000000023c6fd5e552c925ff9f241d60a061de94395f2f48944fbe 1.00 MB 2,485 84
437,065 437,065 000000000000000003f9da219eb959184af54d3d07c199be54c490d2b1e4a452 1.00 MB 2,366 55
437,064 437,064 0000000000000000036df52af6a8a9c95ff1e462af8a1da2cb774db4d7c5695a 1.00 MB 2,727 82
437,063 437,063 000000000000000003d347080d61e1130d7402b434260746d86864538821a3b9 1.00 MB 2,152 42
437,062 437,062 0000000000000000035840dd55389089c7e7323e0e6d2b6969821f550ca0608b 1.00 MB 2,283 63
437,061 437,061 0000000000000000041d33a62133fa2edd755f11977e3d75bbd74400185e4581 1.00 MB 2,309 65
437,060 437,060 000000000000000000e61679c9143293f81473aee295f41f7a138628ea881798 1.00 MB 2,368 68
437,059 437,059 0000000000000000040f398ae1b19d187f3398e8b47fef5fe3a3cdbcc0ca8745 1.00 MB 3,210 60
437,058 437,058 00000000000000000247f58d70edc09326e2e9369c7a67058a58fbb4e30812b9 1.00 MB 1,785 63
437,057 437,057 00000000000000000281786e44c9d1e13f80ddd0f1cf795f0b505d0dc2e4a7d7 1.00 MB 2,735 76
437,056 437,056 0000000000000000044a03d4b0d7864ce2f9127e739de6d453577c08961dc684 1.00 MB 2,704 83
437,055 437,055 000000000000000001d8307ba1ede67be23819a9b2fae89b5134b22443881d79 1.00 MB 2,784 94
437,054 437,054 0000000000000000002aaa7374f82afabde1417888d99b9512d672d23d6bc8fd 0.04 MB 71 67
437,053 437,053 00000000000000000140def2514fc86bd0c8a327b202e7aab6e82f413ad5ded8 0.95 MB 2,279 63
437,052 437,052 00000000000000000151ef9691f997e9351fbda86306e3ab9dc461b4b984a258 1.00 MB 1,840 51
437,051 437,051 00000000000000000012e5839f2cf9cbcdc0dc5387f87a93614d6ddca570b2a1 1.00 MB 2,454 69
437,050 437,050 000000000000000001f12b3720a5bdd09e5a68b4ee691c2f4e9576f5756e885d 0.84 MB 1,692 37
437,049 437,049 000000000000000001b67bc382dfea7d49dcf1e3f4ff18e9a063af8ea55effde 1.00 MB 2,713 66
437,048 437,048 00000000000000000038920d4fab1e6353bd0de43a62d9dec64565cfceb073e8 0.75 MB 2,135 96
437,047 437,047 0000000000000000023ad4b730602efa96e659c16371a0b836a3c186f22d6c4a 1.00 MB 2,281 55
437,046 437,046 00000000000000000257d3772d1973ae888d0ba5f19bf897b15cd6669782a37f 1.00 MB 2,379 82
Previous 10 blocks ↓
Total Size: 776.96 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,493.36 GB sent, 133.31 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.