Memory Pool Memory Pool Refreshing

1,352 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (543,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
364,445 364,445 000000000000000008fcb3f849e9ff4294e367dbf5f8c298b41139329c8a5fd6 0.00 MB 1 0
364,444 364,444 0000000000000000113bb5ead0a4bcdd1091b1f659c2f4c45a76e56ca8a2d3f5 0.75 MB 1,210 32
364,443 364,443 000000000000000004be9ec9d3381df9e3f997ac41626fd7cd5743feb71775ed 0.93 MB 3,459 81
364,442 364,442 000000000000000011974130333282e876c598e088c619834f0e813f922a3afd 0.93 MB 2,244 80
364,441 364,441 0000000000000000016db025d9093c346cd80ab8f82326236a0854a5cc61f832 0.93 MB 2,055 61
364,440 364,440 00000000000000000a94f82efb40b0e77ee5d0a0b135615504c62689adff3021 0.75 MB 2,765 133
364,439 364,439 0000000000000000110e994b2ecea851aebff1d055dacf470684a5fef53b0d88 0.75 MB 1,141 37
364,438 364,438 00000000000000000336dd8ed478f5b7c2e17db5e6c0a63e403e03c374c9f50c 0.93 MB 878 21
364,437 364,437 0000000000000000024d5e8b9010d61d93550bfd022a5d8f613f7daa620456f8 0.00 MB 1 0
364,436 364,436 000000000000000001307675ebd9763993620a1088568c5dcf1b66efaa690a38 0.95 MB 1,840 46
364,435 364,435 0000000000000000023044ad46be1fd88b16997554e3c92ca8251fdb7c80f06d 0.75 MB 719 26
364,434 364,434 0000000000000000088a21f972780c767273535ff810824096f980aad639610c 0.80 MB 494 22
364,433 364,433 0000000000000000112c075368de2a1b14b542de367519b0dabdb75efa2c015e 0.75 MB 2,175 61
364,432 364,432 0000000000000000098e51c56fc0e91e9a9453ce12ca37cb56a0551adfcae73f 0.93 MB 2,162 40
364,431 364,431 00000000000000000d6707bc3bf0f625c046cbf1d9a596987c8a8a817354e01a 0.75 MB 2,699 163
364,430 364,430 0000000000000000042bf32e2b15b0fe0f1777bf657ac23f93fa5e6ee7620ce9 0.35 MB 799 60
364,429 364,429 0000000000000000094b3d68fe7004b683c55aa40b6fb0e633d3f31105bf0831 1.00 MB 346 15
364,428 364,428 000000000000000007132af69832acf150d01f0c8e1300e058f04dcf62574f27 0.11 MB 353 103
364,427 364,427 00000000000000000b69495cba6c0213f3758e2d365ba61072ddd3ec74539ab3 0.00 MB 1 0
364,426 364,426 00000000000000000f516c02cfe3e68efa068ed7fe2fe07fddf37a29d218e406 0.93 MB 1,296 38
364,425 364,425 000000000000000008251110487a1fe9d17c54c7cd976e1865ce0ce1a042a154 0.50 MB 727 38
Previous 10 blocks ↓
Total Size: 769.12 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: 1,630.11 GB sent, 93.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.