Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,927 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,829 000000000000000000022b910000000000000000000000000000000000000000 0.52 vMB 1,916 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,828 (122,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
788,963 788,963 00000000000000000001e2304f987e98f26cdb649f9877c5722ed72ce2983a22 1.62 MB 4,260 199
788,962 788,962 0000000000000000000213771ee6fe0d7002d703153167ecf25e7afae3c9d260 1.71 MB 4,490 233
788,961 788,961 000000000000000000005f05d916159ec2f1fd4c8c0c2cadcfb96350d0297cba 1.57 MB 3,516 257
788,960 788,960 0000000000000000000443cb3ed91698b7dccbe4025bb8e156d5ec194f50dfa8 1.55 MB 3,829 461
788,959 788,959 00000000000000000001c2e07b595eb80e88e713c360165497ed19e71b72eaa0 1.51 MB 3,570 337
788,958 788,958 00000000000000000004fe24bb96e15284f1dc86b5eee53f35058419a24b18f6 1.65 MB 4,435 220
788,957 788,957 000000000000000000003bfda0a076e50e3a33eb539ef73987b24413378fb8a7 1.58 MB 3,789 251
788,956 788,956 00000000000000000002c5216b99720fbd20a1120746ee29ac0744694c01dbac 1.57 MB 3,625 241
788,955 788,955 000000000000000000045dd5cff2d2daf028e3dc4b96662ae650e7139d222d4b 1.46 MB 3,221 316
788,954 788,954 00000000000000000002e137cd8fb0beab63d2886fa314c805cef82786c9b121 1.58 MB 2,275 302
788,953 788,953 00000000000000000000c9ece700f8c0a9d666033a8748e1e3ca7590bb80e527 1.95 MB 1,043 234
788,952 788,952 000000000000000000048dc198f94f4306e07938d3f546b114f132a897c68556 1.75 MB 2,361 378
788,951 788,951 0000000000000000000492ed2ca41197c258470540642c1eb1808faf0f2d2ee1 1.51 MB 3,266 565
788,950 788,950 00000000000000000004f9992d3b94295fe887ac951982e95109a24ea306dcf3 1.59 MB 3,029 467
788,949 788,949 000000000000000000021a2621c6ddd1f8271feb80a4e65939466710e548ee04 2.02 MB 2,070 359
788,948 788,948 00000000000000000004831ab0a8942b820fb678f01bfc3bb93d79b1adac28f2 1.62 MB 4,070 302
788,947 788,947 000000000000000000008dd07a460606764005e7c1a5a28504cda522e83e1f9e 1.56 MB 3,492 458
788,946 788,946 00000000000000000000ae79543758a9bd8f3a633a04802a840cf80aa720443f 1.59 MB 3,920 356
788,945 788,945 00000000000000000002787efc02869703ff2630afb1e6cb99bfe955d9852917 2.01 MB 2,648 285
788,944 788,944 00000000000000000002bf4e320d1d914954f0f0c12ddef296b6ed48b0a51934 1.70 MB 3,473 365
788,943 788,943 00000000000000000002db1bcbc8ff0614a9489ac8fddcee043ebf2422042246 1.70 MB 4,552 219
Previous 10 blocks ↓
Total Size: 776.78 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,466.14 GB sent, 132.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.