Memory Pool Memory Pool Refreshing

799 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 769 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,708 (846,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,596 62,596 00000000021c9a47d518ed225b64fb97e4da5563fc52653af6b391543fcdc0ab 0.00 MB 1 0
62,595 62,595 000000000a8535bc719905b9e19c465beaedd54ca4014533256793447241e2b1 0.00 MB 3 0
62,594 62,594 00000000037285721dbbfa3f3f0dd675b55b3ea946abdd4514c9fdd23ac3e1e0 0.00 MB 1 0
62,593 62,593 0000000001e82d9c9ddde9d8d7f176e0e531526fad5a29f217ace77ae329c06c 0.00 MB 2 0
62,592 62,592 0000000000a741ec36f47e6d68ef0eb886f71e13ac55378d325db8ef573e5eb3 0.00 MB 1 0
62,591 62,591 0000000007823375a92fbd902d7977cff261edeaa766c04139a088588280512a 0.00 MB 1 0
62,590 62,590 00000000093a0882c7e4acd5d5401dc720995c0da2da07bac37b8ec5d27328f8 0.00 MB 1 0
62,589 62,589 0000000001f6534fd894f82103db2e7ee89614119cc4ffd763a66a32b1594daf 0.00 MB 2 0
62,588 62,588 0000000004fa584182d030f4dc09bad1e472c028ee1518a2d2bccf5f2728106a 0.00 MB 2 0
62,587 62,587 000000000d1432634486bdef948d7b7412d13e72920f361bd240edb425b92883 0.00 MB 1 0
62,586 62,586 0000000002c538a640830659a4db763916a63c5df9a13be2d282c1996cd6f8a4 0.00 MB 1 0
62,585 62,585 000000000534515e198af6d87e7b8ea71cae86c7191857f2d8e37ec917a2f321 0.00 MB 1 0
62,584 62,584 0000000000e4fad281ea79b51f6037963a9fd09fc2dce2a4e98dcb9c501889d9 0.00 MB 1 0
62,583 62,583 0000000004651b8de4121fd08cd4fa3fbd4835b02df34fd47b65aa9465222325 0.00 MB 1 0
62,582 62,582 0000000001e92d505961c1b70e3133a5b5d99b2b9d0dc4687224bf073dea393f 0.00 MB 1 0
62,581 62,581 00000000069fdb57ef886b0065a76447c89ba70e96123cca6f174ba0a2d0bc32 0.00 MB 2 0
62,580 62,580 000000000a42afd680a6617ce5a96051a11d1bce8f4933201b689aafbf7259e2 0.00 MB 1 0
62,579 62,579 0000000007272e788b4f3593769262afa331b974bd51b39691bc6c0d3732bc8e 0.00 MB 2 0
62,578 62,578 00000000008173cb07c30154543994e8dc796fdb87782bef8f063d3b53ae7b0c 0.00 MB 1 0
62,577 62,577 00000000026418cd507a3d4361d169d16792eaab5e7b1afba46f0320be267084 0.00 MB 1 0
62,576 62,576 0000000006cdb807d83d06b2b816c49c48a57e15010ef03fc827f09ceaf4e892 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.57 GB sent, 102.02 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.