Memory Pool Memory Pool Refreshing

3,789 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (905,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,941 1,941 000000001382080813aa522a4414d659e6e70df27999f3477096ed885b589a02 0.00 MB 1 0
1,940 1,940 0000000056cb3abfa6d975ce08a6055365c432426a39ea7d8d984562dbbcea07 0.00 MB 1 0
1,939 1,939 0000000062f250b9e1995a186da0136fc5589d86b85ad4d750f7490921cedec1 0.00 MB 1 0
1,938 1,938 0000000073c361ad66b65532aec5cc99e4b7fcdd4896e8579c25dfc7ddba89a6 0.00 MB 1 0
1,937 1,937 0000000024b3acf0171e950d780d3db90f339aa3357252d375378e9427111c08 0.00 MB 1 0
1,936 1,936 00000000b8ac4d358fa0a7d32a2c7a0dbf0cf7e6c369a009c3535e496c0b6b3a 0.00 MB 1 0
1,935 1,935 000000000af7d285a4de23d3a44fa16decc6c90b03fd794ee5140aded45232f7 0.00 MB 1 0
1,934 1,934 0000000014508be38bb90f3be774d262c209303a51c71bbf3102a458f39b8e3e 0.00 MB 1 0
1,933 1,933 00000000cf29a2367f90e4c81e32cf8a00d02f2c824697c4cf473ed1d8adec23 0.00 MB 1 0
1,932 1,932 000000009bb7b47ddffa6ca1e28f110914d54e9cbf912e2d366f30016932b9d9 0.00 MB 1 0
1,931 1,931 0000000022fcfe5272c4a161a8bab8a3a83916f4112f447d247a5a7a0d4ec493 0.00 MB 1 0
1,930 1,930 000000007b7657a7d2ad592b5103ca326d9eccb9fb4a4fa838522d80fec99b68 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.