Memory Pool Memory Pool Refreshing

4,846 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (707,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,575 200,575 000000000000051d82662a70006f719a22ba9a3386581880d830b77df458b26e 0.06 MB 143 127
200,574 200,574 00000000000001c6006625b387168b3ef32f72cd7c257341642fb17ca175fedb 0.00 MB 10 17
200,573 200,573 000000000000012b310529f9b8244b38f7c6c7cde8b788ce4f57d5c5c6f70554 0.02 MB 40 127
200,572 200,572 00000000000004fc13064e625586d53fa1efcc3aa9e81d3c07986564b1bf0d7a 0.10 MB 207 120
200,571 200,571 00000000000005a7305526c186c765dd6bfcda4427ebe92f7bfb969de39500b3 0.07 MB 207 126
200,570 200,570 000000000000047e260ea015fd3a7d1279af5cac73681f5c37253a9e790fd20c 0.19 MB 176 79
200,569 200,569 000000000000056fde512e7388a0612fa733412385400d06208f15473dc7ae1f 0.00 MB 10 0
200,568 200,568 00000000000002c6bd8f682788edf1e0ec7e9c7545cedb3fedec53b26fc87819 0.04 MB 117 149
200,567 200,567 000000000000010468fbcc5fb8666e48429ea987d2bf919291f1fd3313fb1714 0.04 MB 79 143
200,566 200,566 00000000000001a5ed55af21d278ab9def5d4c517232ed1b357632aa8465e206 0.09 MB 281 27
200,565 200,565 00000000000000e1af5ce7ef184d7f56a5bf0a079647c271aab6273ecb5e7d05 0.01 MB 29 161
200,564 200,564 000000000000004899ee200e7367b99600be8b4a571af9f54d7c802b7fa49f89 0.02 MB 45 127
200,563 200,563 000000000000045e727831d569c878725ea20fd0c202218a8c982100d46fe0b7 0.05 MB 124 19
200,562 200,562 00000000000000bbeab252c3987176eb09c56177bb17c9023e37fbc39ca9818c 0.11 MB 136 42
200,561 200,561 00000000000002d9edf2b219e9cbef1b9f755e5448c60c901453655b6c82214a 0.08 MB 215 163
200,560 200,560 000000000000000781d159244e763e5030996f0da31a7457b4ae2b60badbc78e 0.06 MB 103 141
200,559 200,559 00000000000003a8364aef552f00a6723b1e053dec41e0e8829deafe95950492 0.05 MB 38 60
200,558 200,558 0000000000000014d30a885cf503a1e8881906c569af5c752d202f6eade54562 0.04 MB 71 87
200,557 200,557 0000000000000134b9eba8c175a67085c9e09467e163a0b9760ca0cc5e1a46ad 0.08 MB 196 138
200,556 200,556 00000000000004882931201485aa5c9e0c049653c5880371b9c14c62743ec9a9 0.05 MB 124 125
200,555 200,555 00000000000000a99cc46d1c4c374d4c155290765185639a459e77b46c20a537 0.04 MB 111 60
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.