Loading Tool

Explorer IconExplorer

Memory Pool

675 transactions (0.21 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.32/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,249 000000000000000000022b910000000000000000000000000000000000000000 664 0.00424703 BTC 0.20 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,248 (624,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,606 287,606 00000000000000014fed1c1ce357c9da9680ecdf8bfe0f81c15d9f36b000a63f 0.35 MB 770 40
287,605 287,605 000000000000000077f3a3809b400131087026159f9230b0be18568fd18d27ce 0.25 MB 754 104
287,604 287,604 0000000000000000d2df5c253f846bca8c938c19e23d3f37c0249494b8276c85 0.25 MB 821 43
287,603 287,603 000000000000000070ea9340d2408a0c25a3f21a8546d58e66ba79c24046cc73 0.06 MB 171 116
287,602 287,602 000000000000000060ef98a6e95a34f9bb135894057dc450fa2542037dd29734 0.25 MB 529 40
287,601 287,601 00000000000000008c246a55a614dcc13b33959ead2191906952fdc35d3df3ef 0.25 MB 582 42
287,600 287,600 00000000000000002e2775bfc466c898c3a73f106096058c51174dd51a79ba59 0.35 MB 234 6
287,599 287,599 000000000000000034e1883d347d044ae8ad72864b29eb7fe105b94b1c9a8dbe 0.12 MB 168 21
287,598 287,598 0000000000000000633124ee5d39f2f0bb5deaa4e4c11a7ba0bf1d9904bf8577 0.09 MB 99 20
287,597 287,597 000000000000000018f363a002de9cc3bd1f64b3a2924a5bbe6a76d21e111fa7 0.24 MB 460 37
287,596 287,596 0000000000000000a61b344812d4217250951a4f13b26809883a1faa5e3b02b4 0.22 MB 164 17
287,595 287,595 000000000000000082d4f29eff6048f7bb2f8dd747875780b573bfc3ae1b0222 0.17 MB 248 24
287,594 287,594 00000000000000012c6e8121dd03c463902fda5da312e18037ac334bc130db63 0.06 MB 117 69
287,593 287,593 0000000000000000f4767c7d9f92eccd4c28a4de288c33b0a9b1d2d2092562cf 0.19 MB 373 39
287,592 287,592 0000000000000000fecc151ada2b8e763c2be24037a98a3f7c312ea209470408 0.02 MB 45 35
287,591 287,591 000000000000000155ff31f6c837b4946501cecb4c3db07cbf4804d172cb53f3 0.12 MB 214 35
287,590 287,590 000000000000000124f45c8ec7938a15e9a7acdf8413dbe9df88b3db27c6872b 0.24 MB 317 28
287,589 287,589 00000000000000010893308b54b0488d8e49d6f2c00d070eab7daf7f2e79ed0c 0.35 MB 504 35
287,588 287,588 000000000000000132c4dbc8ad256585e7eafb37050e3c1b3af662149d0a3293 0.35 MB 983 57
287,587 287,587 00000000000000014bb9398a571ff8e1cab5ac47d5dfab5a2b51fd42f63db771 0.24 MB 477 34
287,586 287,586 00000000000000001286ab343ad6550093bb978c673669c53204ae81e66eae39 0.24 MB 408 32
Previous 10 blocks ↓
Total Size: 777.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,537.75 GB
    • Received: 136.02 GB
  • Uptime:

Notes

  • 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.