Memory Pool Memory Pool Refreshing

978 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 971 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (897,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,605 11,605 0000000065e3d84da699daea8b79eb770953a351d56a6ceac053a4104c03789f 0.00 MB 1 0
11,604 11,604 00000000854bc2680ae320260d9b1facc1cd0cf1efabc2ee644f2b04dfe82a1e 0.00 MB 1 0
11,603 11,603 0000000056edd625466d5ca97ce52312a6ebc42dc0abcd3ea78474e40fd8dcbb 0.00 MB 1 0
11,602 11,602 00000000a5bac19535d0da5f2e0a60ea98bfe5606376909fe4206a0588535313 0.00 MB 1 0
11,601 11,601 0000000007fd6d38cc1b0e24b5a84d7ea4dc7f9f0f2679a1074736f5feb50a87 0.00 MB 1 0
11,600 11,600 000000000ecd3faa889f77bfd9a25d82b2807a068f093557e27f42deb6f7cb02 0.00 MB 1 0
11,599 11,599 00000000ac88c06365786cc65215c305fb3606a885b1e1d8bdd6ce1be7859a3b 0.00 MB 1 0
11,598 11,598 0000000073e0e88421a3efa2675b6429cef1bb4271de05c922acd076cd1c42f7 0.00 MB 1 0
11,597 11,597 0000000025b866b8e89eac8c1b2a45b0322abfd8876796956ec89a68454ef015 0.00 MB 1 0
11,596 11,596 0000000047afc5ff9539da3f07393b5b60c6c1fd990c5ae2683f5e1e48d105f3 0.00 MB 1 0
11,595 11,595 00000000b913e272c7788a5ce64aadf683c84dddbd205639eb6238554fef26e2 0.00 MB 1 0
11,594 11,594 00000000c6507d8b9b1bea8a06dfd98e8f90816e4643a62d9c5cb4232f64f537 0.00 MB 1 0
11,593 11,593 000000001b9d2b5384b53ef09f19a4e63959b71646d6b02fcffd0c5041aa7e37 0.00 MB 1 0
11,592 11,592 000000004b9a58817840cd37eeeb9ce92368fd00556ecab17ba90f1444501884 0.01 MB 2 0
11,591 11,591 00000000066a3652960100068b0b1d46d4054d203af77bf5fc98eea4b75a04d6 0.00 MB 1 0
11,590 11,590 000000007a9a81911e06c51fbe9dad66c848985b15bae22d1af1062ba1f153a2 0.00 MB 1 0
11,589 11,589 00000000e8137bb838c608582e7e76666f2e6a86a686f7f38d2c529cd69b7389 0.00 MB 1 0
11,588 11,588 00000000fbbf86dfe40a92d259dca2b36d27b799010a805413202158b8379e7c 0.00 MB 1 0
11,587 11,587 000000006064b75ab3c454ce1751811e01361f738afc39b69aaebdc7718ef3e8 0.00 MB 1 0
11,586 11,586 000000008fc0689212396f596921aaa4ad78772942e220399ebad6045c05b572 0.00 MB 1 0
11,585 11,585 0000000091f0e2802ba6c476a1209d6359a3098e629a0e1d823655682cbed0f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.59 GB sent, 101.72 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.