Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

863 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,811 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,810 (54,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,089 857,089 00000000000000000001ff600755dbcc7197f918bbb757224b103040fb591bdf 1.70 MB 6,956 3
857,088 857,088 00000000000000000000ce37fb5895cea2ea6961bafc0477be92315e0a92b62d 1.61 MB 3,271 7
857,087 857,087 00000000000000000001984f8ddbd6591d2fad0fc730edefa7d4317b60d20709 1.76 MB 2,712 6
857,086 857,086 0000000000000000000185a63c8b5d5e8c6be974636f84a603f9c29ad0b294c3 1.52 MB 2,491 7
857,085 857,085 00000000000000000002e3f69df4c8434f7d6aad12cf807382e47d9014d0b07a 1.47 MB 2,324 8
857,084 857,084 000000000000000000000ef5b42152726117eeba5b9ff2ccbb25b56216ee412e 1.69 MB 6,252 3
857,083 857,083 00000000000000000001ac615685e1b0c87676116ee167016f6b9defa11ad2f8 1.73 MB 4,235 3
857,082 857,082 000000000000000000007590fa34fb1bf9e8f13037efe385b06f1042d62826ba 1.56 MB 3,453 7
857,081 857,081 00000000000000000000bc067ed091cf636f6140fcf6aa1cad235d27c8404cbe 1.90 MB 1,817 3
857,080 857,080 000000000000000000004794fa38820be6244aaa86b33bff44a02c824704eba4 1.58 MB 2,883 7
857,079 857,079 0000000000000000000141ec05de2cd62a1f0d73af2cbc9375877f61bf88865d 1.81 MB 1,394 4
857,078 857,078 000000000000000000027695838ca22d687e4ea21f455c885a90cb2453f223c5 1.70 MB 3,389 3
857,077 857,077 00000000000000000000cf1b85ccdca209e36c89a502a4002339589b7a3fd8a0 1.58 MB 2,973 9
857,076 857,076 0000000000000000000068f764eb03b3d124be334c39ba3cc0d71b70d7cefefc 1.80 MB 1,283 3
857,075 857,075 000000000000000000028398cb184158a17f0c35e89844b4e1f4dd194c15bc2d 1.85 MB 1,123 3
857,074 857,074 00000000000000000001c682c5e7f85f5fa102017bd7b49b0f8c03b42f4b634c 1.83 MB 1,221 4
857,073 857,073 00000000000000000000af7c38e6e9f09dff140811f725f539efa9502f89b89a 1.80 MB 1,690 4
857,072 857,072 0000000000000000000126255ca6a1c1b2d48c4d4ca9daf331dc8bde0d49b19c 0.00 MB 1 0
857,071 857,071 00000000000000000000634017bc361cf3e7ce4e3a65ffbf3fd034a605c30e85 1.81 MB 1,025 3
857,070 857,070 000000000000000000011da12f277d67893001f978faddbe39e1ce6aaf23bb3c 1.74 MB 4,658 4
857,069 857,069 000000000000000000024de6c46921bf0904f91a65261709c1f725624fcf6aaa 1.38 MB 2,285 7
Previous 10 blocks ↓
Total Size: 776.74 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,458.20 GB sent, 132.26 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.