Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,476 transactions (1.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,765 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,764 (868,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
42,058 42,058 000000005d1ac02062f514c24d27c376a996f0685f75b35f7914f5acfc046a1a 0.00 MB 1 0
42,057 42,057 000000005f32226c35a0f9f6d049f978748c0142bd491173c88f31abe4a67f83 0.00 MB 1 0
42,056 42,056 00000000121360bc75e8c404f236fe023f1450f79e3c96cf2993a715639f06fc 0.00 MB 1 0
42,055 42,055 00000000354824205850d7a56b625a44c06f24d9aec2da69a9a3b067c52c5b92 0.00 MB 1 0
42,054 42,054 0000000057c6b6174b2e9fc48c2b2d6f372ba5d450792d7e893799462589f933 0.00 MB 1 0
42,053 42,053 000000001e7341a80089082a71193ac057e3aa19a57720f5e5a620900b8dca72 0.00 MB 1 0
42,052 42,052 000000004d4c3d73a8a6f0548c9a128710509d913e0050571b1f5fb0d9830f16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.80 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.83 GB sent, 122.65 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.