Memory Pool Memory Pool Refreshing

47,630 transactions
19.27 vMB
Show Random Selection Loading Transactions
Max Size: 113/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
880,831 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,027 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,830 (52,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,068 828,068 000000000000000000034511894ee97dfa62803bb338335a12e40f6e5a451720 1.69 MB 3,450 33
828,067 828,067 00000000000000000001fc6486584e15a705536095cb89eb4e473707c869c939 1.60 MB 3,550 26
828,066 828,066 0000000000000000000228f98a62d6eae2a896190097b335f4a92ee95cde5ece 1.64 MB 2,561 26
828,065 828,065 000000000000000000032e2c0044166e5508141b9a9785c4c46ad348f2c02a55 1.93 MB 5,380 27
828,064 828,064 0000000000000000000070091c8d4fb6638d04a63e59de994b1ac4a659c39d0e 1.97 MB 5,339 34
828,063 828,063 0000000000000000000133aef6151e55c0a728969e45f1089674d5354c5c74a4 1.82 MB 4,918 29
828,062 828,062 000000000000000000029232098531c5b33f5d541030fea5ad40495c47c98a8b 1.86 MB 4,998 34
828,061 828,061 00000000000000000002843d102248fc91926ee58792e2e4bbb8141803d7d566 1.72 MB 3,491 34
828,060 828,060 00000000000000000002b97a5a262ee64ba7539f56caece8f8905b2599260dc4 1.66 MB 2,934 51
828,059 828,059 00000000000000000001d480ab269eb26af1ed8d2363ddba43464445a49d1932 1.64 MB 2,909 41
828,058 828,058 00000000000000000000e0619add8052707b3afe240568ddb48b4d178c33cda6 1.58 MB 3,537 34
828,057 828,057 00000000000000000002909d6646fbfcc2c73b5d1141c7935d18d2d382c03f90 1.93 MB 4,800 30
828,056 828,056 0000000000000000000267cd3a1bce844d34137531e2586f767ad6ca48f9be4f 1.96 MB 5,493 30
828,055 828,055 00000000000000000003ba15d4fe5bbf757fda8710c50ee343bbd64a86f1b1b6 1.75 MB 3,876 27
828,054 828,054 00000000000000000001b07a5066f7d0e45dac46d920dd8cd8fc343481fe6eb9 1.77 MB 3,071 36
828,053 828,053 00000000000000000003ec86fda4229e4d9c59bf386fffd2bf616f35831abcdc 1.88 MB 5,394 30
828,052 828,052 0000000000000000000173e46fe3c29a8a7fe66341cdc2b867c262d36ccedf56 1.87 MB 5,152 31
828,051 828,051 000000000000000000002bb905db326ea3672357f58362966f8c019c47bcc434 1.55 MB 2,911 31
828,050 828,050 0000000000000000000257419b1db6d44b99a5313d2c9703595dcdc8e7fb0226 1.46 MB 2,352 40
828,049 828,049 00000000000000000003d88022efa857fa7f1e61a6827664ef2c3d69545821ce 1.63 MB 3,878 30
828,048 828,048 00000000000000000001503037b673be5f48ba202c80902dd8bcae5fa60acb88 1.75 MB 4,455 30
Previous 10 blocks ↓
Total Size: 720.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,878.63 GB sent, 65.01 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.