Memory Pool Memory Pool Refreshing

5,458 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (631,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,995 275,995 00000000000000028b1c28a142542193d52b363a67368d29afe8c0aeb617acf9 0.25 MB 537 43
275,994 275,994 000000000000000290b48b0ea4c3d532b365efdbc37f3a0c2121f3085ce34dc4 0.03 MB 70 108
275,993 275,993 0000000000000002927e04bed3fd72604f388075359b5723244375a5bdb959c8 0.22 MB 431 49
275,992 275,992 0000000000000001b1176f9b830975881a97403c16a8ddbd0658018910bd9376 0.07 MB 172 62
275,991 275,991 000000000000000211563bb3a2ddaac2bb10110fe327d7424c01bb1c1df33fdf 0.26 MB 324 25
275,990 275,990 000000000000000116378ed5c0debc59d9b4906413a4f62c2d96af36e1af55dd 0.24 MB 508 40
275,989 275,989 00000000000000001bd8037389b21d14067a624b104ba5930701e9ed4dafa830 0.03 MB 81 126
275,988 275,988 00000000000000004999b8114c6638da75f62ec6a6717c4daba277d72c133470 0.14 MB 418 43
275,987 275,987 000000000000000409d5700be7b2ef251bf6843a43f27de1495c81a9d9bfdaa5 0.15 MB 356 57
275,986 275,986 0000000000000002a8ff0934c1b7b29aad5d4c46147c05049a54c9846b409a28 0.17 MB 436 47
275,985 275,985 000000000000000289b495119174a999af42fc3c75966fed0fbcfb1f07d23a53 0.12 MB 196 18
275,984 275,984 0000000000000001bebe1170ee1a8a5d8c19157f9bfa9469352c544344d98dc0 0.25 MB 714 68
275,983 275,983 000000000000000321ddfdf1a40016c0c4e8b358977ea19e3a749f4b0b638270 0.04 MB 53 14
275,982 275,982 000000000000000451ea833791d657d8e6164d25bfba80aa74033f1f5cfd1b0a 0.25 MB 630 55
275,981 275,981 00000000000000021d8edd6d1fa95f6a5768e9a6c523c5994ac321f95db68750 0.13 MB 270 21
275,980 275,980 00000000000000021e54d3e002081558da5b8cfc93eb7cc4c0f181c9b213d1cd 0.05 MB 150 48
275,979 275,979 00000000000000037e316f1460c67a97bc6d9da6401b861ca773c93d62086fd7 0.33 MB 681 44
275,978 275,978 0000000000000002350af4bfbb4b9f20f5b08ce85d234b11e3caa1f5177fbc9c 0.01 MB 32 34
275,977 275,977 00000000000000043c45047ca7dc8bc1f287a70954ede848820bde7dcc23a87a 0.11 MB 253 40
275,976 275,976 0000000000000003c4056ebcaa5be11d09b60037d2a73fdfffd560bb003c5a11 0.10 MB 238 49
275,975 275,975 00000000000000033375d8a3eee79cdbdd1a965b8427bd5ff7a63edcdac09e38 0.51 MB 948 40
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.