Memory Pool Memory Pool Refreshing

2,381 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,376 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (553,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,620 354,620 000000000000000015aac32368ea5e6a18e3735a432e783e94f1861e1e75116f 0.10 MB 92 9
354,619 354,619 000000000000000007084801b316f8b99fd907c9131f6ec8f7c363934928a9de 0.49 MB 828 23
354,618 354,618 00000000000000000834f500292ce947223e4717a6d5e833d7b20fa28ddca35a 0.56 MB 1,177 26
354,617 354,617 00000000000000000ef6a561047cfa13730fa8eebe4620388e3c09772776ab09 0.31 MB 626 27
354,616 354,616 0000000000000000098c761446138f844dedfe10983953758878663c61ad6e18 0.07 MB 132 28
354,615 354,615 000000000000000002b1fd3611bb1f5dd1fcbe76961fa40a5e1fd3d144fe6ba0 0.03 MB 67 23
354,614 354,614 000000000000000008aeff77a83ecf4c2c50855bebd5fa528667039724ea9582 0.15 MB 307 28
354,613 354,613 000000000000000012c915f469c2d07430c344a98eceb5990f8a10534feddf3a 0.17 MB 307 29
354,612 354,612 000000000000000006d184b609d9a9bf4cf949682cd9c63b01980652e34d91d0 0.56 MB 542 19
354,611 354,611 0000000000000000162bc81d683e0a51d6a4bf69c0f901b6c49ea5b4e26c0b63 0.56 MB 1,129 26
354,610 354,610 0000000000000000035797d8f5051ed44599f0e1783c194a5d65601fea00a3b2 0.13 MB 271 32
354,609 354,609 000000000000000012c804150bf014b049b33109494f044fb4bf530a8f46577b 0.23 MB 434 24
354,608 354,608 0000000000000000130cb1eb00665fb61908ce578e65998ac8b36f7a25ee2106 0.52 MB 791 23
354,607 354,607 0000000000000000061e130946415944bde259b35de8e2b46bb6565c3af6eee2 0.13 MB 272 29
354,606 354,606 000000000000000010773ec07a3f3d6b764013effc1b329d160a83c487a57fca 0.10 MB 135 17
354,605 354,605 0000000000000000167797b34da4b2b8dea8c9a9a39eedc0d4dda0c6e2a2dd2a 0.06 MB 26 3
354,604 354,604 0000000000000000015a39afe02f6010b3a87db1419b29c5d8e40e87f340828a 0.00 MB 1 0
354,603 354,603 000000000000000006e0b39c8fb78a4d8da2ef15ca1170c0967186ba13e363ee 0.46 MB 668 19
354,602 354,602 0000000000000000010bbd57b9d5ea8408b638b7a1fa59eeda92813584ac7fa8 0.07 MB 256 48
354,601 354,601 000000000000000016de83adfa4281b1e826ece49a6a066ea0de3dd273e59b50 0.10 MB 189 24
354,600 354,600 000000000000000001e3b9236b6bd185f47f1b110d4cf2abe82577e1cd8d6668 0.25 MB 545 25
Previous 10 blocks ↓
Total Size: 769.00 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: 1,616.88 GB sent, 92.84 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.