Memory Pool Memory Pool Refreshing

2,166 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,956 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (465,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,548 442,548 000000000000000002502b90fce3697436fe3c7acf049135a7f0fee596205784 1.00 MB 2,556 79
442,547 442,547 000000000000000001d452f06b05011e634b5ae841c47da6bd744947fb38979f 1.00 MB 1,922 70
442,546 442,546 0000000000000000006c4b94b3f8a05310288bbfae57772465591b356cb6eff2 1.00 MB 2,964 104
442,545 442,545 000000000000000002a3216bf4e150448a4e59e33abb0f226368023cc0fb8874 0.00 MB 9 469
442,544 442,544 000000000000000002d8ace8033507fd771a68a4d9064fce4dd19140c9f4ef26 1.00 MB 2,336 73
442,543 442,543 0000000000000000031af652de4e484f302ef078136f75071d7e43054abb12d9 1.00 MB 2,175 81
442,542 442,542 00000000000000000038f1f306f53e72e809a274db3a31633bb5bfcabd5bef15 1.00 MB 3,159 77
442,541 442,541 0000000000000000029e94781d8c4b2cef2d307c1f4a73b4052d7532ed535c94 1.00 MB 2,537 73
442,540 442,540 00000000000000000005a2b2c48bc63060228df98898384da044e15eef3d4828 1.00 MB 2,658 70
442,539 442,539 0000000000000000005094ccd3306d9b5f29ea93cd4a80c1abfba4ce74e62b6c 0.00 MB 1 0
442,538 442,538 00000000000000000364af1ccfff94da83d074e6b4293f655fd642ec5557db07 1.00 MB 1,767 80
442,537 442,537 000000000000000001ec9a03d608265a91e2084387681daf9c37a2891ce2fd76 1.00 MB 2,451 97
442,536 442,536 00000000000000000167d172d3988d83f3f431cc56384f6777e2075e1cd0120b 1.00 MB 2,979 103
442,535 442,535 0000000000000000017c87e688f8d11a36ed163259542b2310abf4d297a7fe19 1.00 MB 3,012 108
442,534 442,534 000000000000000002bf734d058d079d0e185699d3b119ac5aba9600efa3e33f 1.00 MB 2,077 67
442,533 442,533 00000000000000000295a6f3110b4d7b584460aabc8c9820225711302be721c1 1.00 MB 2,896 112
442,532 442,532 000000000000000002fb0d34606ca53d0bc566d0e3d99c862bc87af37f6ad823 1.00 MB 1,530 50
442,531 442,531 0000000000000000007e9cedf9efe4663eec7d7fef9679fc75f98ede0a0fc024 1.00 MB 2,186 74
442,530 442,530 00000000000000000049389e0db6dbc3caaa34037c665892392809b1e8102926 1.00 MB 2,695 68
442,529 442,529 0000000000000000038b24abac606967a90cb80dd52012e131057ef9b889220f 1.00 MB 2,119 72
442,528 442,528 000000000000000001bc63fff3d13549b6e9bd7254f51bcdd8346607f70d26a9 1.00 MB 2,448 112
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.