Memory Pool Memory Pool Refreshing

5,577 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (605,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,938 301,938 000000000000000050b49c0b1bb84a772467bd7902ad65b1e68164881740cc7a 0.29 MB 621 33
301,937 301,937 0000000000000000403f4b5b2d492b96e3578c490326bf1b39be6047aa94f9b3 0.04 MB 71 23
301,936 301,936 00000000000000004ce29055a2bf1114d995aabaaf4cec2d8d1834c422e6e9b5 0.23 MB 438 31
301,935 301,935 00000000000000002836e3b3defcf3df7d81a3ca4365990b9386b228b8962990 0.22 MB 390 28
301,934 301,934 00000000000000000b8c4d57f35ef77f85035a76d6bd21b1abe58e5ac2c9089a 0.07 MB 61 8
301,933 301,933 000000000000000041858a3f77f6f88b752034084a4da74fe51acb39147ca971 0.34 MB 662 36
301,932 301,932 000000000000000010af68f666df49c16444404fb335dcb3b37c1736e466bcef 0.01 MB 28 33
301,931 301,931 00000000000000000c18cea63313de3420e02368668796b6e0d713e73aa159ec 0.26 MB 530 40
301,930 301,930 000000000000000042481ad6dcd3ceb52f310ed6ed96f9801cb1011a0a782c50 0.20 MB 226 17
301,929 301,929 000000000000000009a80385bd7f6ea06a561c95777597cfd4e72ef639d9434a 0.35 MB 540 30
301,928 301,928 000000000000000069600d11e0d5be529633a9d6a60d65dac1575d6ae3702144 0.63 MB 795 24
301,927 301,927 000000000000000014cfff322e2329347a84c80bb8fb4a621aef6b2389b1844d 0.35 MB 439 36
301,926 301,926 000000000000000055c2199b87b867468cb97ee87b2189d9c52eecae3f0ae463 0.35 MB 1,090 58
301,925 301,925 0000000000000000513df7ebf6fc7b59c129966b883d2f515f8ead4497b4c6ff 0.35 MB 774 34
301,924 301,924 00000000000000003402f381c4eb63d51789fa7f39527993b30befd7f4a27779 0.05 MB 103 10
301,923 301,923 00000000000000003a3daf71a5fe3f33c0dd63429a6a516b2339ae5587b7dbdb 0.02 MB 44 24
301,922 301,922 00000000000000001afcb632fc3a5b51c9275642afe11c3f88841774044afea1 0.24 MB 444 30
301,921 301,921 000000000000000069fcd7fcbc1c4b82c24e35186733addc3dbf4ec6f87cdad1 0.23 MB 510 41
301,920 301,920 00000000000000003d713ce91685486ebba12dfbf3faea7fdc90aadf56ebb108 0.07 MB 157 35
301,919 301,919 000000000000000032ef7e2ee29fa607d83b6f318ea942f3e96965d94d34578f 0.07 MB 140 24
301,918 301,918 0000000000000000311d53c234623876197c99d6a87ad6159a4894e949c481e5 0.50 MB 586 21
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.