Memory Pool Memory Pool Refreshing

6,851 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,653 (594,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,631 313,631 00000000000000000ae749a77509ae7780daeda934217d7cc24dbc95f5384fbd 0.08 MB 139 26
313,630 313,630 00000000000000003991b47098ef96bbffe034ef8b919200ce31c725df1ff295 0.13 MB 240 27
313,629 313,629 00000000000000003a052411810fc2d27519483817a2bd5d6de85287d8a4eae9 0.08 MB 141 23
313,628 313,628 00000000000000001274b92b0fc9c364ad664153952b375ed7ec0eaead5590b2 0.04 MB 53 19
313,627 313,627 000000000000000016b152d870c45267ee3206c931e3c2e1bf1e4b8cd14a12b3 0.07 MB 142 27
313,626 313,626 00000000000000001a89094cf06e779c5dd2e72bb567a03a0996a4285413afbe 0.17 MB 267 21
313,625 313,625 00000000000000000bc145e09159b61e673cc0e65e616a3c7ab7fd2a6c00dd90 0.22 MB 471 27
313,624 313,624 0000000000000000135475aa2803925c68347f3d19573939b4231db3803572f6 0.14 MB 306 31
313,623 313,623 000000000000000019ab3bb6f2f7a9ff89c78adddc3bebec6b1fa8b89fcd3c4e 0.02 MB 44 19
313,622 313,622 00000000000000001b91c0924edd2390b11b6934c436a1bb485bdafcf4c46503 0.03 MB 66 19
313,621 313,621 00000000000000002804cd7f5fea7980524c0cf9dd11d3dd89e413bbd4b02a3f 0.18 MB 250 17
313,620 313,620 00000000000000000cd0a6ef9793b410fb4fcf4f8f94d354fd7b805874c81a51 0.37 MB 675 28
313,619 313,619 00000000000000002a49590677bfe325d937aa06123d2e20a98e8ae10681a8bd 0.69 MB 1,176 26
313,618 313,618 00000000000000002b10808fb927ac59f75b0ce105822097bc990067128f4862 0.12 MB 322 30
313,617 313,617 00000000000000002b72be14c6fc2c3fcd57351a63266ef6334c2c46cf2fb20c 0.21 MB 262 21
313,616 313,616 00000000000000002f2263542a9daf5e1bff71f48855a7a0154d545566e7575a 0.35 MB 804 32
313,615 313,615 0000000000000000315c17b62a8439ee13c316955c96dda7dc6bd693bc8ed795 0.14 MB 292 26
313,614 313,614 000000000000000017d52748747b4dfdef060b61b2537770ea8aa6df126b209f 0.00 MB 1 0
313,613 313,613 00000000000000001be41ea6653e310cbedb7176a240ef5ea25532d7be3542d0 0.18 MB 243 19
313,612 313,612 00000000000000000f69e613b1b90d97b0ec2a519c270fb59bf538ddf4e560bb 0.14 MB 272 26
313,611 313,611 00000000000000003166bfa6ed6a50e2aec82b662dd2aaa2437203038ba43ef7 0.13 MB 238 24
Previous 10 blocks ↓
Total Size: 768.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,596.24 GB sent, 92.24 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.