Memory Pool Memory Pool Refreshing

1,027 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,911 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,025 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (762,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,847 145,847 00000000000000585f9416240ae50a79fda883ccd08b8792eddbbb2996801361 0.00 MB 2 193
145,846 145,846 000000000000060592f6a4233c077d09edf820dd0994e6fb4f7c83ec449ba64d 0.00 MB 3 193
145,845 145,845 000000000000055fe721ff40f48fb0358bcf01eb29a77a96f0f16eed7a63df15 0.00 MB 4 193
145,844 145,844 00000000000004fc901314822217983a4315c54d2f60ba3bbd0145c66bba38f5 0.02 MB 94 0
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
Previous 10 blocks ↓
Total Size: 769.37 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,643.95 GB sent, 94.81 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.