Memory Pool Memory Pool Refreshing

4,873 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (662,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,514 245,514 0000000000000036b51cb0e0cac35b2f3255a0876c3eae30da92af7988c159df 0.00 MB 8 84
245,513 245,513 00000000000000150db73e1fc8fb5dbf5d569d71bedb0e1ba2ebdb7c4d1ba9bd 0.03 MB 62 91
245,512 245,512 0000000000000082ae07ffe49ee50b0bad62147885c546fc5a9193944db7c7d7 0.08 MB 195 107
245,511 245,511 000000000000000a48b948d4dbd6445dc575b016c32aba0daf86a69a97247844 0.19 MB 357 5,403
245,510 245,510 0000000000000078a782d1939b28b994c297924177520c1a204d96aae6cbaf9e 0.18 MB 455 167
245,509 245,509 000000000000003e8a60b2675dcfa61634e686f09889f7b85f19f0ed4a1faf26 0.07 MB 153 88
245,508 245,508 000000000000005b2c2aa9c7af81b1f84ac78324c51459af84a6361df36dc50b 0.16 MB 258 133
245,507 245,507 0000000000000040b686ce37755903cd4156a9933fd5c58609c821dbad5d0b4c 0.19 MB 512 135
245,506 245,506 000000000000009a5663a50b6903cbbca840a91c00009a5fc30007caee19c27c 0.12 MB 278 137
245,505 245,505 00000000000000bf3f529f8b2534de447c1c7e65e1c99bc86189f9c4be59091b 0.05 MB 120 232
245,504 245,504 000000000000005fc5336f33f0d814bedffb034a9d6e18e8c60d1ea0facdd927 0.24 MB 585 134
245,503 245,503 000000000000005b4ba74501839ab9ff19c37b839d75c386d7dc1cf793785515 0.03 MB 64 23
245,502 245,502 00000000000000062b72d401581532ff8499f58319b9baacdac22ea1f70c71cb 0.20 MB 458 127
245,501 245,501 0000000000000077d4b409f1ee745c4030da05ffbbaa3067475f7404ab8bbc8e 0.02 MB 28 9
245,500 245,500 000000000000002104103711c69e487e54bf752a459b602aaf0377e19e76fe78 0.11 MB 248 142
245,499 245,499 000000000000005c96cd4c45b9bd96f3f75c4a94dad528bbead164f14c05a611 0.00 MB 1 0
245,498 245,498 000000000000004eb08a4d35c2c0bad377bb199e35430a4d6471c593c77d2fb3 0.12 MB 206 66
245,497 245,497 000000000000006fa713394599ecc237a6c7b6d9508581cfa5b73ba28a0bf882 0.13 MB 281 133
245,496 245,496 0000000000000062b1b6dbd4752972ea906be3e956c6fe751210fec598e26afb 0.25 MB 537 145
245,495 245,495 000000000000005ff157bc1fff7af4831b871123fdbc63e41c705e6b85da8ff6 0.23 MB 468 170
245,494 245,494 00000000000000705ac5213e3e22713ed8c02345ffc585ead97ff98b05c7db96 0.25 MB 526 151
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.