Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (629,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,534 278,534 000000000000000058d5ade07621bc1c09bb0fe01ba04844a3c403a0593a98d3 0.06 MB 109 19
278,533 278,533 0000000000000001033724b06ca90cd4a036632766217c39d448c477c91ded78 0.04 MB 80 17
278,532 278,532 0000000000000001e1b5b8e32f884c7ff22dd62f38989c207b77df982479d866 0.30 MB 734 58
278,531 278,531 0000000000000001f26681727e510ea2d8367f22e210451694acd84280783f65 0.69 MB 721 23
278,530 278,530 0000000000000002ec9bfcf28f6ca5cedf52728fa7022d53066f36a7bf173608 0.50 MB 1,311 53
278,529 278,529 000000000000000209b46f982784ef7f48635066e7a706ca2b28c4b1f5ea66c0 0.25 MB 417 34
278,528 278,528 00000000000000026b449d32fa0d6ff24a91ec05ace9d3f8bf0d4212d12730bc 0.25 MB 521 32
278,527 278,527 000000000000000131fd056ce28cdb66ae9a2cc04b834063b26052360483e396 0.25 MB 727 79
278,526 278,526 0000000000000000f9d779836fd4d55e270092841531963a9ae303280cc79414 0.16 MB 54 17
278,525 278,525 0000000000000002a4186c5c6e983b8c9f949e5a1b09d2dacdfc3ae8b085c5e2 0.20 MB 329 36
278,524 278,524 00000000000000000c847412b6990c7fc61d7bea93a696988ab13b52d981cea2 0.00 MB 1 0
278,523 278,523 00000000000000016c6ec7c50c2cd06b8c47030998188dd730a4c5a65e6abdd6 0.15 MB 259 26
278,522 278,522 000000000000000046cb2d2d661fd1eee9d75b879754c7fd0c1cb7703cc35fa0 0.20 MB 349 47
278,521 278,521 00000000000000013122305a6ab771b90f3badb2b8ccf39b9669395930acc2a6 0.03 MB 25 49
278,520 278,520 0000000000000000bc729678a0d707fecd4485c78bcc2c030820d620f5b1b323 0.03 MB 66 31
278,519 278,519 0000000000000002851b1af0ccabdc314fc4c4767ef2a5244f28aad87b68009f 0.25 MB 579 65
278,518 278,518 00000000000000026dafdaa584610c842d6891fcacfc89677e447f19b49fc1a1 0.10 MB 215 55
278,517 278,517 0000000000000002ae8e14dd1c0e55a2053a3980b239d0303b7aeb74a5dddeb3 0.31 MB 486 30
278,516 278,516 00000000000000019e1c99964ef0b1a38b0040ad843214c12a58f3b7c7587fb8 0.03 MB 39 100
278,515 278,515 0000000000000002471ce67ad89d6feec950cdb1f753b933fd43d8dce9d9d361 0.45 MB 882 42
278,514 278,514 0000000000000001edaa191557665aeecf43da67243090806c78b6a2ef15e9bb 0.02 MB 61 52
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.