Memory Pool Memory Pool Refreshing

413 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 405 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (380,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,531 527,531 0000000000000000002e14e76bc0ed643822c2ac0eb8b0c4ade3612439f4b0f0 0.14 MB 304 14
527,530 527,530 0000000000000000001950d72d1d4632a3f722eb2c824bb7e8ea7984ef6d6ee6 0.87 MB 1,719 27
527,529 527,529 0000000000000000001fc4fbde686462fdbbaa5b78837c21bbddec3abb2d33b7 0.21 MB 457 20
527,528 527,528 0000000000000000001827e33c236f5b4563ec8114fea40ecf5edcf2a9779851 0.91 MB 2,205 26
527,527 527,527 0000000000000000001423ad38aa5985c0210159405f25665c8a4e64d46d9f61 0.07 MB 161 28
527,526 527,526 0000000000000000002712fdb0d2628ae722ffa1615b451966bf587ed34f2edb 0.82 MB 1,470 23
527,525 527,525 00000000000000000026c9261f67588b6adad41d7dd79a2ba780bc1830129d6b 0.51 MB 1,090 25
527,524 527,524 00000000000000000038601eae109fa87652994aedd449d048898294b2ee53cd 0.70 MB 1,239 34
527,523 527,523 0000000000000000001fb367f1a54ff6e657af6bde6e02d528afd6a0dcd79397 0.15 MB 403 22
527,522 527,522 000000000000000000289f6bf4b93f3d6dcdf78c35e7926fbbf43f114eaaf60b 0.73 MB 1,051 25
527,521 527,521 00000000000000000018b350d1bf98af75080775109988490a2fd627ad237f1c 0.01 MB 20 18
527,520 527,520 0000000000000000002c8ed1cea11e3c147566fc1386017d7556ab77045a67ff 0.34 MB 685 28
527,519 527,519 0000000000000000001a9a2b6b200186b2807357f9ce9ea5fb54cd52d61e68bb 0.64 MB 1,272 12
527,518 527,518 00000000000000000014c41ac30771510943456d4b4b0d7c302dfc78bf69fb0c 1.16 MB 2,291 39
527,517 527,517 000000000000000000189a56fd59c579fd7e1c3a28ffd59d8cd6d7be750641b7 1.08 MB 2,087 29
527,516 527,516 0000000000000000001b152eafb60200223353ecbe4a7d30bf2f973aecb1c7d2 0.70 MB 1,128 8
527,515 527,515 0000000000000000001252f48cf9181475df6855bf5fc43de37370fc842f9294 1.18 MB 2,240 41
527,514 527,514 000000000000000000090003bf6c73d2218559346239481b59a43c4e614b768d 0.23 MB 341 12
527,513 527,513 00000000000000000014ffe5cfee6a0dbb64cc53119a0676750dd3b3681011f3 1.15 MB 2,452 26
527,512 527,512 000000000000000000246c067d0157dcf3f8af591060c2acfeed3a631c9108c0 1.13 MB 2,412 34
527,511 527,511 000000000000000000120543733c10bc4b46fc7bd5206c8660d34e4f52257835 0.12 MB 294 23
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.