Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,575 transactions (0.59 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,948 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,569 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,947 (495,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,851 416,851 000000000000000000fb696dd07c4c9ef382fb4620edd9825921441496417fb1 1.00 MB 1,664 46
416,850 416,850 0000000000000000055550f6de49e23664f41b5a932ac3aae3869395c5eddd3c 0.38 MB 790 49
416,849 416,849 0000000000000000003826f69af1c9274dd013d112e9513d4cb559252deb9d7e 0.45 MB 1,084 83
416,848 416,848 000000000000000004c2829f58c3e7951a686e8c8fcd9dea142b53051ac76c5e 0.29 MB 742 57
416,847 416,847 000000000000000000c9ed7849825ee781b1087a86d17ceee459ce84f0067a3b 1.00 MB 1,107 24
416,846 416,846 000000000000000001ea8a86fef7f032b7f55cf6c9908ca18dad1453956416ab 0.00 MB 1 0
416,845 416,845 000000000000000003a80821633687206ba1d1ebb62daf3afe2d9ae35b46c1ae 0.33 MB 793 67
416,844 416,844 00000000000000000092b9a79b1cfaa7cf322815796268d6f5cd7485e00e5889 1.00 MB 1,851 46
416,843 416,843 0000000000000000041af4ddaef5d6c847dbb5b49d8c48c221bcbfaa6e1cbe2f 1.00 MB 2,134 54
416,842 416,842 000000000000000003932566f533d3226f640d81e6d64d96f4790aa0cac7bf04 1.00 MB 2,747 77
416,841 416,841 000000000000000002943452efaea3aa4a336fdcd1bda6d65af369e5c6a61c4d 1.00 MB 2,488 71
416,840 416,840 0000000000000000050f3f82f0e8961260a59dc84961f513c74d5f96594e0246 1.00 MB 2,796 80
416,839 416,839 0000000000000000055f7b3d79f27d4dd96ddc61bc8fbcbdd04c9861c4f014e6 0.23 MB 511 60
416,838 416,838 0000000000000000023c0f2caaf4fff442c528424d2d91144c58aa09e452fc86 1.00 MB 1,385 29
416,837 416,837 000000000000000004b896a01102cf4bff2cbd54fbce5c69bb858963495e4821 1.00 MB 2,697 77
416,836 416,836 000000000000000005713ac9d18d329f62c04c45485276e55b4a2a0373963ac3 0.14 MB 388 76
416,835 416,835 000000000000000002165e0dcb4f942a7adabcf0eb7f2a2d77c1fc3490632c77 1.00 MB 758 21
416,834 416,834 000000000000000001cfbbcf6323bf727f1569f417a1adc0cd11704f28ee2e7b 1.00 MB 1,244 37
416,833 416,833 0000000000000000019b11d3f740e5e5b441415b97adba25315290e58d37d600 0.47 MB 1,008 67
416,832 416,832 00000000000000000479bbbf51d485ddc7b161998b6f54049e576b09fd72e363 0.27 MB 245 30
416,831 416,831 000000000000000004fead67724e7e533ceb7c9c86c767f81742f3ac58b23b24 1.00 MB 677 16
Previous 10 blocks ↓
Total Size: 776.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,494.18 GB sent, 133.41 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.