Memory Pool Memory Pool Refreshing

1,886 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,873 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (10,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,833 896,833 00000000000000000001b6e78c3c484af74b169d35ea86070f54319a3c15f3ed 1.50 MB 3,636 4
896,832 896,832 00000000000000000001915c67bec57ef0b8f361d1df9b8b7fe1446d4c5bcfa8 1.57 MB 2,723 2
896,831 896,831 0000000000000000000093b322a583ee12e75d0036aaf0b6dba5a79aafd4c8c9 1.72 MB 4,466 3
896,830 896,830 00000000000000000001b1b75af2fcbd3ad974aa3d2b5a745af771d0d0a19783 1.66 MB 3,399 3
896,829 896,829 0000000000000000000005099643abaf35c540d5f2e72ed305ec323578dd4d32 1.67 MB 4,040 4
896,828 896,828 00000000000000000000f98c29a015f84e08c3a21b77319cbab5445785fc3259 1.71 MB 3,797 3
896,827 896,827 000000000000000000007cf17843f965a1594cd02aad170ef316d4e74ce31764 1.71 MB 2,491 2
896,826 896,826 0000000000000000000244655bf886486214ad84069c384fdd7500d9c7eebeec 1.66 MB 2,800 3
896,825 896,825 000000000000000000009328963c6c9d2beb7d2e23ed9b6eb6f1c09f8d686ee1 1.67 MB 3,343 1
896,824 896,824 000000000000000000017d03991c213abdb10000422a800e23dc4bb77c7a605c 1.29 MB 1,529 2
896,823 896,823 00000000000000000001d47092cfa6e4a4f84f2d48194a5b1b9c7437b35047b4 1.09 MB 697 2
896,822 896,822 000000000000000000013d191f0d71291c24ebb0b1d749f8ab89f514c6adee85 1.61 MB 3,129 5
896,821 896,821 00000000000000000001dfb41c0d193f62507e52c1d9ef6b418936fcbe8f572d 1.59 MB 3,688 3
896,820 896,820 0000000000000000000084524cba9005fcb10c996467a3f973add6e948345468 1.57 MB 3,629 7
896,819 896,819 000000000000000000012f13426140d43426f9db96fe9c93d3db4ebddfbf8428 1.63 MB 3,320 4
896,818 896,818 000000000000000000000a4225151294487b374c3511dbd069ff8168f879609e 1.67 MB 3,759 3
896,817 896,817 000000000000000000005b5f8bea4ff1212283d4501577d8816f544e10b765a6 1.63 MB 3,276 10
896,816 896,816 000000000000000000003cbd94c5a4078fbff59f27458deee1089eeffde9f6eb 1.45 MB 2,442 3
896,815 896,815 00000000000000000001d8352500447dc13c1cfe547ad3b5436b6006a50158f7 1.54 MB 3,232 4
896,814 896,814 000000000000000000005bef4daf746656e9db9a56c285372c5afc073e3cf96e 1.53 MB 3,046 4
896,813 896,813 0000000000000000000166e63ee86265cb43e3d9a8a73bae2b39926e82246639 1.54 MB 2,879 3
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.