Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,870 transactions (0.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,761 000000000000000000022cb30000000000000000000000000000000000000000 0.67 vMB 1,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,760 (868,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,079 42,079 0000000014a8fcb926908e6837022dd3d66dc78f865e2b0ceaf737fd7eaea936 0.00 MB 1 0
42,078 42,078 000000004fa648419de0c4d630989e0f7b16d3c4732dbc5b1c2a7ae5b984daba 0.00 MB 1 0
42,077 42,077 0000000021552a6bef120b4a72bdac54dcf939b331ba0bc512e2d4ae9f7e8279 0.00 MB 1 0
42,076 42,076 0000000007b4bb0d810672c91795221005c1b8f201fde8539fb204f8dafbc049 0.00 MB 1 0
42,075 42,075 000000004af15cb7854b68d66a5cd87157994b7fda9d72ffbba0f801f54fadc1 0.00 MB 1 0
42,074 42,074 00000000323fd2eb2ac0abc1f8481b3837add042707fd8dc3e980c22a319e293 0.00 MB 1 0
42,073 42,073 0000000005dfe9bf436600b0643985b95d49c7117fc2a9e01590ad86b3260e24 0.00 MB 1 0
42,072 42,072 0000000019d52d8e23357fa7cee50c7f5c176a333b7c1b666f9c628fd60ce695 0.00 MB 1 0
42,071 42,071 0000000045462a4cf129e894ba24d71a34a24fdc2a231a2c210fd21f0cd215ad 0.00 MB 1 0
42,070 42,070 0000000002605d8578f4a7642186a68cf70c6c4f6dd6859e31cde31fe506b556 0.00 MB 1 0
42,069 42,069 0000000041e9f667a61dbda043a0ff9e4a55bc3b92eb8bc06888e7f12ae3be96 0.00 MB 1 0
42,068 42,068 000000000385513f0d2a534ec07de0c3687c864007830c0d88fde0d4670c384e 0.00 MB 1 0
42,067 42,067 0000000011fcf07821a331c0bc9b496386bd3a65f1f8ca26fb0b92868bcc3b10 0.00 MB 1 0
42,066 42,066 000000001a3fd945ee13f0e7b1f29b54af1509365d9f0e48d0877b71daf502cc 0.00 MB 1 0
42,065 42,065 00000000081414b6130a374d89101b812d895e86af54cc959948d02f6612be24 0.00 MB 1 0
42,064 42,064 0000000041754e15a944b111a7df415bb5f469fcd3509b5c40b92c847cb4c8d1 0.00 MB 1 0
42,063 42,063 0000000039e3a0a783a3681e74edbacb12e8b09292146f6847bdf333eacbfe1e 0.00 MB 1 0
42,062 42,062 00000000432676cf9aedd728504efcbbdf2435e0385c06c6f84a51834de0b8aa 0.00 MB 1 0
42,061 42,061 000000003f8c91f884824a0706233a86ae820244287db519f38ea7f0490dc430 0.00 MB 1 0
42,060 42,060 000000003bf6f6d47a9677aad70a51831c15f2956d4a3551c00503a6accacdc2 0.00 MB 1 0
42,059 42,059 000000004497be1d09a743d2ce9407264b14ec8634c17379e8bf9be062a8152e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 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,294.69 GB sent, 122.58 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.