Memory Pool Memory Pool Refreshing

8,671 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,034 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (33,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,402 874,402 00000000000000000002b2f6e4e3065b3e72d6b2eb401db55314fd8723af3cfd 1.47 MB 2,873 10
874,401 874,401 000000000000000000022e91ae73ea3bd6d760e8d2fec0bf6f8b5dfa65a9be74 1.81 MB 3,866 10
874,400 874,400 000000000000000000028b251a228ec201ac8a37e705fecf8cda084c45f09072 1.74 MB 4,672 12
874,399 874,399 00000000000000000000d221b8bfb6eb7657556ab1335240522fb65b523622af 1.69 MB 3,669 17
874,398 874,398 00000000000000000000c81e2fb54b276a18f071207310fd17e5ecb8272f37cc 1.74 MB 4,389 14
874,397 874,397 0000000000000000000072cf62b892f4decd787020221fc9b5925d422d07de34 1.55 MB 3,656 15
874,396 874,396 00000000000000000000bf45c95e381c886a111cfb7b6d3edae96511f73a84dc 1.67 MB 3,894 14
874,395 874,395 00000000000000000001ca7a7833f717301a21f31255e5134d5f5136a1e8e829 1.67 MB 3,970 11
874,394 874,394 0000000000000000000044a304f0712ba27431d830ff9f1dc4ad75e9b1c0f21d 1.59 MB 3,793 12
874,393 874,393 00000000000000000001582777db34a60be2e6245c2e1ff82711f56aa80297b7 1.64 MB 3,530 10
874,392 874,392 0000000000000000000006f2d7bb7ca6aa8fc1fbf8bf2083fab5ba70e81fa3e1 1.54 MB 3,889 14
874,391 874,391 000000000000000000005d8175570bdf70133d57b2c7820a1445082a9c53eb39 1.67 MB 4,005 13
874,390 874,390 0000000000000000000244d03d63e0bb1f46430a88880efa33f3523efc0cb668 1.74 MB 4,423 14
874,389 874,389 00000000000000000002ab0a715efb11c3d36a15c3db26c4eeb3d2e5dcbecf7d 1.63 MB 4,311 17
874,388 874,388 000000000000000000014fab811786c9fb798c5297a9e8cff4c2fa16b056669e 1.70 MB 4,078 13
874,387 874,387 000000000000000000021668d82e096a1aad3934b5a6f8f707ad29ade2505580 1.67 MB 3,723 16
874,386 874,386 0000000000000000000024328b93dbf53ff561bcf266992f6d46a353d90334c7 1.38 MB 1,655 9
874,385 874,385 00000000000000000002a63f7767ddf2ef1df880b328a0cd3fb5284bef7b988f 1.83 MB 4,215 10
874,384 874,384 000000000000000000020a2e6a25ea7c240ebe3dd6737352cbc9da2374b7fe98 1.70 MB 4,170 12
874,383 874,383 0000000000000000000242cc64c8c507232b97e6de4928d8a38b750cb365cb67 1.72 MB 3,937 11
874,382 874,382 000000000000000000006e044b1fe5f92e70e76f9b30bf1d6f9bc5d220865ebf 1.62 MB 3,629 11
Previous 10 blocks ↓
Total Size: 769.01 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,621.32 GB sent, 92.91 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.