Memory Pool Memory Pool Refreshing

17,940 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (33,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,409 874,409 00000000000000000002a3c0f3e47a0b7080a6c5e871885ee27594ff0b80ea1d 1.62 MB 3,706 14
874,408 874,408 0000000000000000000237a81cf2e33e851b82dea9255f8d16d4119774ac3a5f 1.59 MB 3,889 17
874,407 874,407 0000000000000000000175381a9ceff00d2132d6cff4f94b6da8ac5e15ec9cf9 1.56 MB 3,777 19
874,406 874,406 00000000000000000001de6a5ad1d775542c8d4005af59eb11189829256bf7c3 1.48 MB 3,729 24
874,405 874,405 0000000000000000000140da1d13aebbd653709c46071da53afef3ee3c2ed2a3 1.45 MB 3,577 25
874,404 874,404 0000000000000000000188901154f78e4ec717fc91afc38b119ffd55588aa74b 1.47 MB 2,904 13
874,403 874,403 00000000000000000002836f1a4b251256c15fe1b7835aa396a6d42d25c30436 1.17 MB 1,177 10
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.