Memory Pool Memory Pool Refreshing

8,232 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,948 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (906,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,090 2,090 000000008cb4680dd14cccadebd9e6127373c71f948015a502eded2921f72db9 0.00 MB 1 0
2,089 2,089 000000006788b1fda2bd5cd87dd4bf65c3eaa7bc84c435b11a7f6dda4b8a591a 0.00 MB 1 0
2,088 2,088 00000000b1915dd2367819ab3b5fec9ca28eb03936dfe34900a7a57efc298980 0.00 MB 1 0
2,087 2,087 0000000081ca9f4af00279e8f559f2cfa00488b1c0241420df48ab50a46f4abd 0.00 MB 1 0
2,086 2,086 00000000d454b939589eb57f33777401abcf0b3c98dfe2bd382f3b8981081381 0.00 MB 1 0
2,085 2,085 00000000b574c7d2a83ac3ebe9fb668fad4fda4e79b03d4035281625f771d9d9 0.00 MB 1 0
2,084 2,084 00000000444dd3fa2b3604a8b9059656122387679b1aede0c43e1c3efdb41a60 0.00 MB 1 0
2,083 2,083 000000006ee9fdd942b1357e5c480465caf5389123b631f9d5710a9b6dc75e2e 0.00 MB 1 0
2,082 2,082 0000000014c3bd382e733796a88b7e811f67e305bd9afe6733ceca8bd43e47b1 0.00 MB 1 0
2,081 2,081 000000009c9a00e0b53d961b28f1a79245bea8b5835b10637e99dc22b2abd98f 0.00 MB 1 0
2,080 2,080 0000000056776041ebdc54bb829a88d4d6915793be1f08be507c4f7bcaf186d9 0.00 MB 1 0
2,079 2,079 00000000960863ea6673e2849756218aa5a6a86af26d8992db5c4e83c7ec44da 0.00 MB 1 0
2,078 2,078 00000000da22c6db7dc40587b7f964223547e5291ecaa63274ebff0fc1981e21 0.00 MB 1 0
2,077 2,077 000000003da6400c43ccb3501c3e943da24435bbb4b6c490e3988b81f9791eb3 0.00 MB 1 0
2,076 2,076 000000006b5d6191bd2f345fa1b1c168bd2591ac56aaa392ee4da2efa9ece829 0.00 MB 1 0
2,075 2,075 00000000257209405eb293496e10080c0dc8192b533940fdcdf2cadf9f2a2444 0.00 MB 1 0
2,074 2,074 000000006fb214a441e0beccf10a78c946eddeeacf0bb8f658fa895a498f20a0 0.00 MB 1 0
2,073 2,073 00000000b724efff8f4676451ae39f9fdf73e9e1f756dd6d8c69fe6ed0ed1f4d 0.00 MB 1 0
2,072 2,072 00000000a14bb926208eb6326310d9054de589be3a9d6217130bcbf401dec5fb 0.00 MB 1 0
2,071 2,071 000000002234ec90ec5f93aed5b57ca339bce76e57690367f713e53be014ccc6 0.00 MB 1 0
2,070 2,070 00000000c87f394fb307f295503695bb39c2e3025a910a1e7e84b13126165264 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.