Memory Pool Memory Pool Refreshing

10,048 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (68,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,755 838,755 0000000000000000000159e4300e4bf873f862d6d7ffddf51144186d618a74c8 1.77 MB 3,497 64
838,754 838,754 0000000000000000000008de17d5093c465fba42348a61f0f82974f374d7a0ab 1.89 MB 3,310 74
838,753 838,753 000000000000000000013951ca2ec28e0970e6be56d493cec5f98037325999e5 1.71 MB 3,427 70
838,752 838,752 00000000000000000000b2d5c624d4268815367b1dc030a1419901424c45cc09 1.71 MB 3,422 89
838,751 838,751 000000000000000000033d449d1533a347caf42aa8f4ab1c3c9a7d2cbe983d7d 1.82 MB 3,235 86
838,750 838,750 00000000000000000000a9a40085b2dab7ff810e539e0e1189b0835338f9810a 1.70 MB 4,107 49
838,749 838,749 00000000000000000002290db97d61a3d1d1986c77d53f2bf574464a2984d02a 1.74 MB 4,514 56
838,748 838,748 00000000000000000002494238dfe3e40f235c4f5479124fb97b1f0dee220d74 1.73 MB 3,751 64
838,747 838,747 00000000000000000003109d898343bbfd85a16380b80b2786f92507bbbbe9b8 1.95 MB 4,660 68
838,746 838,746 00000000000000000002509da9476db6f578ae8d2bd81d83b992ea37b68db8d1 1.62 MB 2,604 70
838,745 838,745 00000000000000000002ef91640b252945d1aa97ed5a655e960bc13bbc70f58b 1.70 MB 4,505 83
838,744 838,744 00000000000000000000ac1b20a6a5ba60eda184a76edc0de8d08f36c190409f 1.67 MB 4,354 74
838,743 838,743 000000000000000000013de07b0e582b45173b93be070cd61fc4ad9f012c720d 1.82 MB 4,004 53
838,742 838,742 00000000000000000000eb39b58be5d8a77a7e4022d9fad8c60ced45844712f4 1.70 MB 4,071 57
838,741 838,741 000000000000000000025e119ef5f25cfa4f24d802470d5099c8d9f5a868d291 1.71 MB 4,467 61
838,740 838,740 00000000000000000002bc4156e92f9d8e2a51969151103be647e2488d87f1a3 1.63 MB 4,161 47
838,739 838,739 00000000000000000002eb63c680a820597d73b45b89849b66446d107756ef3b 1.72 MB 4,502 47
838,738 838,738 00000000000000000002e9c1b01fd646c7a061dd53e2af38006a994d844863ed 1.56 MB 3,892 77
838,737 838,737 00000000000000000002cdf3b1b2f6ccfd05abdc7b4b8a4c7e950d384478c401 1.66 MB 3,863 48
838,736 838,736 00000000000000000001af5289fdebac2b8e9cb0a30f052906ef93d9b086f0c2 1.67 MB 3,578 47
838,735 838,735 000000000000000000008ca8f2a39c248013a44a34d35f229d776a1691037e1a 1.70 MB 3,546 38
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.