Memory Pool Memory Pool Refreshing

1,307 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (906,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,929 1,929 00000000b47e11bcd166f6da173d0af55ba9164f5d9020fd98278830319793d7 0.00 MB 1 0
1,928 1,928 00000000f90b3671749bd2e1dfe405310731d554edd01603d6d2cc143a25054e 0.00 MB 1 0
1,927 1,927 00000000b51829036629cdaf3ebf7186478366a8f51120e267e7e66dfa75f0e6 0.00 MB 1 0
1,926 1,926 00000000e90092af9098f9b26543d36431cd10799b6ef669e938b28b9ef83da6 0.00 MB 1 0
1,925 1,925 000000004c2a22b369556e823dfe3c54e57f21044af3ddc00949d5b7268a33fa 0.00 MB 1 0
1,924 1,924 000000004a24f3f9059dab115d7358b7e9b19bef4cf64f86280ef7d38ae5964d 0.00 MB 1 0
1,923 1,923 0000000015c168937aec532f25fec48bd68188c9e0944d34da554e8008ceebb4 0.00 MB 1 0
1,922 1,922 00000000b26e8961576fa599674ce4bc517d38950034df7516e599113b1d815b 0.00 MB 1 0
1,921 1,921 00000000e99dc5bc27514e37daf534abcd3ce26fd1e32e2c45e834c214f4c7ae 0.00 MB 1 0
1,920 1,920 00000000dc9e979cbe08b1ab64eac7bbb51dd3201b68870c55ba13fefb2976cb 0.00 MB 1 0
1,919 1,919 000000006c8b639825ca01a71f9c92834ba460a0e8cd9cc0d04dfd100607908a 0.00 MB 1 0
1,918 1,918 00000000b3b598d67bad9261385f78c2446d64edd8c1282a8ff5efadaffc2c30 0.00 MB 1 0
1,917 1,917 00000000272568d8ad613b7f441fef896b912d21bca7ad2e18348e8b0ce483e7 0.00 MB 1 0
1,916 1,916 00000000800cca5d11742408e3965a84424269df7cecca5896649b1521d22297 0.00 MB 1 0
1,915 1,915 00000000739c5e05d27949d20a623f246760e1006c9e6f29ca39c3ceba5a416f 0.00 MB 1 0
1,914 1,914 00000000a5dc6a24f52c2f0cde936fa10efe1b31240a04704ca2fbc7dfbf21ee 0.00 MB 1 0
1,913 1,913 000000006ddf1cbfb47499088b01454401df2dfe50e759a0ea30b5cbbc99acdb 0.00 MB 1 0
1,912 1,912 0000000092bc97af40ddee0acba80b5790e4607aa8e5f541086fefb45c445f6a 0.00 MB 1 0
1,911 1,911 0000000015099d9ce70a3da3ab91a7c2ebeba085c0513acee6618351414f4b6a 0.00 MB 1 0
1,910 1,910 0000000000d4325fa7c9e97ac69cdf22a6803e925c5297d925fab14fd53e86a6 0.00 MB 1 0
1,909 1,909 00000000a5ae2c2c8b85706a041592fd81b9d3f4f56e8e760999003bd1eaed93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.15 GB sent, 98.59 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.