Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

637 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,486 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,485 (89 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,396 910,396 00000000000000000001ff04de465ab7fc22f03ccf8bb9cf548ed39a34b13727 1.60 MB 3,254 1
910,395 910,395 00000000000000000001780003bf64e7828fde7e86438b29336d61433d719a50 1.71 MB 4,560 0
910,394 910,394 000000000000000000013ae872176d4cbbb4d6a245aabd18771771746b49591c 1.00 MB 1,657 2
910,393 910,393 00000000000000000000c56ad69b4e4107376daf7ae530a3a391b31e281b4812 1.74 MB 3,562 1
910,392 910,392 0000000000000000000202a0906540e3a22ed5f8a7b6252a9a7f32aab3dc007e 1.77 MB 3,157 1
910,391 910,391 00000000000000000001dbbe61e0bbf705ffe1c3df2e3132a08930f1fcd5e9f4 1.67 MB 2,309 2
910,390 910,390 000000000000000000017187a817819a5bec0b564491a147b6c20550076ee666 0.39 MB 809 2
910,389 910,389 00000000000000000000051cbe3c259331f59db8bfbdb37ad39c0a1c4c40bbd4 1.97 MB 1,952 0
910,388 910,388 00000000000000000001ce52724f960aabbfc66a98759182b2fd385caf18b7b8 2.09 MB 1,106 0
910,387 910,387 00000000000000000001151515e83a3ac53f2087ee28f272559eaa7fffc71a01 1.90 MB 2,795 0
910,386 910,386 00000000000000000001d003df63b9d6d1f266fbf323e996005bda8eb30cd320 2.19 MB 1,374 1
910,385 910,385 00000000000000000001b8ca563ed0b762978f52f0c8206c86a4540c8942a10c 0.35 MB 453 1
910,384 910,384 000000000000000000016a8a3558e8c24b48ed260a1eaa7638c312f5a54d5e2e 2.01 MB 1,364 1
910,383 910,383 00000000000000000001b04994c8f2fdafe094530ee944dccfc187c676f5f5a1 0.95 MB 632 1
910,382 910,382 000000000000000000013054b3dc954879af25ce8e8f94d7327841d48d0e3033 1.96 MB 2,483 0
910,381 910,381 000000000000000000020bfb5012040529ac5cc114bced8736a275cbcfe7049e 0.43 MB 635 1
910,380 910,380 00000000000000000000bfea4d1439d6e1bde387bef28d4ba0cf5165c8a00004 2.08 MB 1,132 1
910,379 910,379 0000000000000000000186052fbe0cab19b604d42d7ba9b21fc16e6306f91268 1.98 MB 2,043 2
910,378 910,378 0000000000000000000028ce2dc6c762fdbcb3b0429044deb5e503fce9951e00 1.65 MB 3,036 4
910,377 910,377 000000000000000000007121ce6e41fa49f145a153cd772654fe6cdc6daf8db5 1.70 MB 2,826 4
910,376 910,376 0000000000000000000126f34a1bb81739528aa41d47e57d5f2236e2f1441e21 1.83 MB 1,792 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.