Memory Pool Memory Pool Refreshing

839 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (206,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
701,439 701,439 00000000000000000005f84b790d7ef6d9f721fe089a984e7e5a161e04ee6394 1.53 MB 2,694 17
701,438 701,438 00000000000000000002a7098944fa6cf893ff6d381d4ccbb5f70abeac18250a 1.78 MB 427 3
701,437 701,437 0000000000000000000cf73b43372351c797dd68d07416a642703f14deef8a5b 1.59 MB 3,037 8
701,436 701,436 0000000000000000000d67d14175202c495b20e658896d5d435f9c068cf09928 1.59 MB 2,100 27
701,435 701,435 000000000000000000089cb83a25ba980aea5e4c413eb90aec666ce2f81fbc6a 2.01 MB 445 1
701,434 701,434 0000000000000000000d144d27b44487e5e07342d29243c6bf3b597359954c62 1.47 MB 2,162 4
701,433 701,433 000000000000000000057e7e61757625c74242407f144ae470c9b635c18c1465 1.46 MB 2,004 4
701,432 701,432 00000000000000000007b7eebef3e7e5b2e5c2f63641695ce7699e1ed7343446 1.11 MB 833 8
701,431 701,431 0000000000000000000602ee9de334114218fb62fe717ec1b39dfbc3c8ee1507 1.17 MB 1,040 5
701,430 701,430 0000000000000000000ad6a75d604cabe7f20c7c3ccf723c2947d9dcdfb928b1 1.54 MB 2,295 22
701,429 701,429 0000000000000000000a5f35d313a7408d1aa5f178355f0531d278d4d297f930 1.25 MB 1,668 4
701,428 701,428 0000000000000000000674bcd7a925ebbef5ec1194cf7a82a0496611629477f7 1.59 MB 2,546 6
701,427 701,427 00000000000000000001ae64092c4eba7602604cbeb70e092b50bb94d952512c 0.00 MB 1 0
701,426 701,426 0000000000000000000a07a62e2c29d259de146bed2f82b44294f30275f473ca 1.41 MB 2,849 13
701,425 701,425 000000000000000000074b6f816878725fb152f029342db0ed2d828b0035e4a7 1.45 MB 3,255 28
701,424 701,424 00000000000000000001dfa0cb1e94933405836ade2dc622c13da90ab9363ec3 1.54 MB 2,646 16
701,423 701,423 0000000000000000000bf145c7a026a2c4e2f92f7d93db222ead9d62b29b5368 1.40 MB 2,272 7
701,422 701,422 0000000000000000000b4709e88b1d0182cf9a43cec2179b903afac021081ffe 1.49 MB 2,895 30
701,421 701,421 00000000000000000004eb050adb6e49d09b2129a99174b0937917d1a9381cd0 1.43 MB 2,469 12
701,420 701,420 00000000000000000003844408163336b0889e40b79a38b97c488f0cb51eb824 1.31 MB 1,850 3
701,419 701,419 000000000000000000059a7956b756a9e10464730d930ffc8534e5fd1e772ca2 1.37 MB 2,189 5
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.