Memory Pool Memory Pool Refreshing

3,842 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,295 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,294 (762,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,843 145,843 0000000000000302ceee291e9c8f1990a8ac94ee653ff44de91909d56ab54fab 0.02 MB 68 110
145,842 145,842 00000000000007a0e333feb380d617c57f170dd5b0982bd0fb210d0f4c41b940 0.01 MB 24 41
145,841 145,841 00000000000008a1ef68bcd97eb4419b006a28b8d5193c08517cb44b16517c04 0.01 MB 17 187
145,840 145,840 00000000000003b66377f7ea93c3dc844037f680af20d44406aafe1885b5fb97 0.02 MB 35 121
145,839 145,839 000000000000068233a66f0aa1edfa4cd75c9b9a5abec705d825f06df75eca22 0.01 MB 30 141
145,838 145,838 00000000000005a7eacd595515955d9155daef925f11032cbbc8670b68a785d2 0.01 MB 25 0
145,837 145,837 000000000000079fc18932f0ecd0bc7a233c7353c4389ae6d6c417fada353fba 0.02 MB 44 162
145,836 145,836 000000000000013938945544e42e260543b43d42462bff5e6cc2442f661ff556 0.00 MB 10 20
145,835 145,835 0000000000000254431d97309be3faa6c6732f7c296dd561a00c314dafa209d9 0.01 MB 6 57
145,834 145,834 000000000000037dcefdefe238767f2eb3603a60779fb7fbbc30a7d0008aef37 0.01 MB 34 5
145,833 145,833 000000000000007bf7751ebb0cc1389b97a1ada1ffb0728a98bcfcfab6b8ca58 0.01 MB 22 56
145,832 145,832 00000000000007e1f98aca12f55168728cb9b6805700fcfd2dd02c6597369e1b 0.00 MB 10 109
145,831 145,831 00000000000003ff6b45d00b9de6d3d30e5d93d2d1ae8884da492098de5004b4 0.00 MB 7 117
145,830 145,830 00000000000004e5013cb90fe00b753f8735efeb967e8ab92dc11256dc694346 0.00 MB 10 326
145,829 145,829 000000000000046052285d02089b03a770d240d0ddf45774751be1336683c2c8 0.01 MB 26 156
145,828 145,828 0000000000000046d562041cd7c60fc8314256191e383602e78daaa6042fc4fa 0.01 MB 34 0
145,827 145,827 00000000000001128dc23d5c93665c43e528fc48c17e3b46fc26beb55a5a4149 0.03 MB 90 95
145,826 145,826 000000000000011c0c41b9e6c4b88c41c17f17ef43cc9362997d8f34ad9c8211 0.00 MB 7 41
145,825 145,825 000000000000079d7ba246596c4aa752cf4dd1f866bc59278d87e86f513c14e4 0.01 MB 31 190
145,824 145,824 00000000000008f66033c3ab2411ae3aa75470a632161a1d9c5b0503fc56d457 0.00 MB 3 207
145,823 145,823 00000000000001862d9968c8d88dfdf3eb76dd3934fdd591950130859ef8b43a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.52 GB sent, 98.36 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.