Memory Pool Memory Pool Refreshing

7,235 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,008 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (63,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,633 844,633 00000000000000000002ff7da0e4c3de2ffce1078e8dc799f45e84a4ce8699b8 1.80 MB 3,406 15
844,632 844,632 00000000000000000000dfc7f65dfe3c07f876e194c72fcc3f8af27079969846 1.57 MB 5,152 9
844,631 844,631 0000000000000000000322c7f3138403294eeff835085215df80e7ffa524550d 1.66 MB 4,798 9
844,630 844,630 00000000000000000001b860ada69f2fc28eae265c98838a1e57ea1a442fadcd 1.79 MB 3,600 10
844,629 844,629 00000000000000000002f014f2f86d5f71b5e9c942c2f07f3a73dc17b95a5af0 1.59 MB 6,252 11
844,628 844,628 0000000000000000000297176f75561fde38654a3118600bb1850d684f435484 1.86 MB 4,008 14
844,627 844,627 000000000000000000030ba3fbe94536dbcd3543ed74312944a53d78b0942e2c 1.81 MB 2,559 15
844,626 844,626 00000000000000000001215c28553c41843ea184ec1d7880b97616aa34000f5b 1.56 MB 3,411 12
844,625 844,625 00000000000000000001ff093ef10051763083b3ce18be711f8855d321bcadf0 1.67 MB 3,556 19
844,624 844,624 000000000000000000034800d3c78d4f1f84d6f9ae8530d1ff90b8a473273a57 1.62 MB 3,615 18
844,623 844,623 00000000000000000002f6ff029d2ea3c56bd85466742044909fd22058f978d1 1.74 MB 4,444 16
844,622 844,622 000000000000000000010d2042ab3de84de016ad647586fa8f5ef52bafcd570a 1.56 MB 2,925 25
844,621 844,621 0000000000000000000250c3bb5e6393f67f2bfc68bd31aa8cd730fdac972df8 1.65 MB 3,548 24
844,620 844,620 0000000000000000000017a3ba61390cc263b247fe9518466e6e9f73cc6fab9a 1.77 MB 4,212 23
844,619 844,619 0000000000000000000107bcd3198786c1b96b95b927f0c65a27523221fb8c0b 1.65 MB 4,152 33
844,618 844,618 000000000000000000018b546ff65b994df7983a8f558334536c021778212688 1.62 MB 3,685 19
844,617 844,617 000000000000000000009e89cff9cf12d391dc081d23132639e8f3d8cde7edf7 1.67 MB 5,321 11
844,616 844,616 0000000000000000000269243773518104f326b0ee2b74ac73f469572670635b 1.59 MB 3,421 14
844,615 844,615 00000000000000000002b6c2962a5eb1827347f0f72db4e612585ac200307ead 1.55 MB 3,434 26
844,614 844,614 00000000000000000000025b4b5d23b11f1a091f398a8e35d9219d03424eb316 1.57 MB 3,943 14
844,613 844,613 00000000000000000000cca094ad9eeb160ec33957b119d411b61b959423baea 1.57 MB 3,539 26
Previous 10 blocks ↓
Total Size: 769.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,633.25 GB sent, 93.77 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.