Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,556 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,944 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,943 (886,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,216 23,216 0000000005bb8775cc680ed19daf1947842476ffc7867ce6aece9002b93e9974 0.00 MB 1 0
23,215 23,215 0000000056dcab6c66381e61a0f431e90cdb3073a13b45ba5fe372e8ef55d91c 0.00 MB 1 0
23,214 23,214 00000000dd6579bea555ddc7728fb0cb258c933d9a0044cc39d88a4c5b158bad 0.00 MB 1 0
23,213 23,213 00000000d5b49569a54d9b3b8906b55c2420d9f57a92a4c110cae5fbbcb312e7 0.00 MB 1 0
23,212 23,212 000000005f0655d29917d75853f7b174cc779cef3025f3dfd33c08946e9c1bcb 0.00 MB 1 0
23,211 23,211 000000009173e80340ddf4705fd4f99fc5d1ee444cdeb04b9dc547df7b2a7f9b 0.00 MB 1 0
23,210 23,210 0000000074e1fdcf7a8598121aa4cc16a00a2ad6bc616853a80943a7f50d4eaf 0.00 MB 1 0
23,209 23,209 000000008f9314d2c1d56e9d03afd58fce6a2ea3998bca3f43bd45a7d4759f5e 0.00 MB 1 0
23,208 23,208 00000000b67f4696cd9695e48442ae836c0934c23bba9f17c99b0451b38ab259 0.00 MB 1 0
23,207 23,207 000000006d0423276d77fe8e1dd6a4e9ccc6449898bb4581a99515e2a815182b 0.00 MB 1 0
23,206 23,206 00000000b4f80a8d4078a08eb35441663777d176962181daffcd87be70578570 0.00 MB 1 0
23,205 23,205 0000000046fbd235a788e9552436caa751797181eb8c4ec00f7d173afdd897da 0.00 MB 1 0
23,204 23,204 00000000f08896d6edf39260b0b0cd6d39fc6677d1b617118f3d27c1129079b3 0.00 MB 1 0
23,203 23,203 00000000ff7dd3dec9667f15f20d2df611680804dcd11cb8693b259137ad97df 0.00 MB 1 0
23,202 23,202 00000000004b47b387df7cf34a54fa2e154c6b458ed84f500e2b3bca1d8f2861 0.00 MB 1 0
23,201 23,201 000000001d621e1a75091b56ddbe287d5f536f1670a11e91d0b85fea60a00c70 0.00 MB 1 0
23,200 23,200 0000000046df105656e8c5f0a47fa4253a75fa52e495a98008b16115a4167323 0.00 MB 1 0
23,199 23,199 00000000072e1d5e86105271ca9c8d2b529ed438deff2c24af42f256efeb85aa 0.00 MB 1 0
23,198 23,198 000000002918046228126b9f72f187df018568fafec8920a0bf81ed05c0ff032 0.00 MB 1 0
23,197 23,197 00000000ef2a116381ba71988916b57c7f765d52550e45b23f18d7e407a28c5b 0.00 MB 1 0
23,196 23,196 000000009eaf9a030ef74b0a505952e8eb48f7e0769191c272e9d23163a4cc01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.30 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,175.49 GB sent, 114.86 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.