Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

582 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,127 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (857,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,075 53,075 0000000010d401752ec674b4b3ebfe4207bfce18ee6bd89a27a255f88cb943bf 0.00 MB 1 0
53,074 53,074 000000001167f4f2d49a02313ff53107cce0461a6483b2e4ab3432333b0fc1d7 0.00 MB 1 0
53,073 53,073 000000000dd534b4f9bf4d1565fb0e416305cfe8345a0c34052f11394264d71b 0.00 MB 1 0
53,072 53,072 000000000c73f53c9254eed8979671008f91ec7705f8ba8f09a9f4ec7541d417 0.00 MB 1 0
53,071 53,071 000000000c7e548c4d8dc773830ebcb1ae78ce12e0e0773fbabb86228003a435 0.00 MB 1 0
53,070 53,070 0000000013c69a4ce21feec4a2d499391d0b820396d61d1e893c6a275744f8b1 0.00 MB 1 0
53,069 53,069 00000000073361ef30e4b25cde9e344ea78844f4d54f6f337b48c8c3cea40ef0 0.00 MB 1 0
53,068 53,068 0000000010a27c4986731fc274c6026a60b8d0d345972911f8b1cb51a859c018 0.00 MB 1 0
53,067 53,067 00000000011014ab77a9c3ae503ffd449f5c2442254ba4951919c4e4037076a2 0.00 MB 1 0
53,066 53,066 00000000108e779b218b803c80348fb12951f4acb235e90372e35949f75563b2 0.00 MB 8 0
53,065 53,065 00000000082cd27e87ffae953581f84412d57639b7d79e3792f539e0d378cb23 0.00 MB 1 0
53,064 53,064 00000000065a79e54217ab4bd48e58e42e952c86b13a824ec4c2e1faafa151f1 0.00 MB 1 0
53,063 53,063 0000000007e201dfcfc00224672e70445775ef8030c7a12922dc0b4495acaa2f 0.00 MB 1 0
53,062 53,062 0000000011d78d9ba34602257f374127ba71096ba40e4d911bd0dfce7804cc87 0.00 MB 1 0
53,061 53,061 0000000001623bfd300d7ae008bb2f15a28059871c23be258f7488f8f0a8a844 0.00 MB 1 0
53,060 53,060 000000000e356192bb38fb50767e2d004996937647b6bd3453798c203841ce23 0.00 MB 2 0
53,059 53,059 0000000013b274ab16526e8818b3517048acd6d2ae667e249c8e6d7b82f1c27b 0.00 MB 2 0
53,058 53,058 0000000011180917c3bbba682307eb03051e4cbf1e2531cc9688f6847d7f78c0 0.00 MB 3 0
53,057 53,057 000000000b6879866e27c63d8a843217159a420642af9d3ca3f6b67452b4a5d4 0.00 MB 2 0
53,056 53,056 0000000004ff1461a385572fd4d82fb1bf8c9842b821cd02496150c01630dc2f 0.00 MB 1 0
53,055 53,055 000000000387e774b3dd3c247ea0a6a51f778d41ee095202b909e013f42d41c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.28 GB sent, 116.60 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.