Memory Pool Memory Pool Refreshing

5,605 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (592,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,670 315,670 00000000000000003776dd6182f08f193f4b4637e6099506a02951b0d09393ba 0.16 MB 296 24
315,669 315,669 000000000000000015561b9f3eb43244f8012487987d4e6d0673705d54f776a0 0.19 MB 265 23
315,668 315,668 00000000000000000ba84a4a0754b4e32735144c367fe8321c8d637911198fdd 0.33 MB 593 28
315,667 315,667 00000000000000002bcc5138bd0d22b4f12e861a190d0a88f977595d125ca1cb 0.71 MB 656 15
315,666 315,666 000000000000000020a661d4a1bd8c426cb0080a1124d5d8e1fa05cd031759cc 0.50 MB 1,425 47
315,665 315,665 000000000000000019caa2e286a61347308bd5bb25750a3a0bfcf7dc0348f529 0.03 MB 64 21
315,664 315,664 00000000000000002fd128dd775fe9b7bb76ac8560cb238689ecc6cc20ef9c5e 0.10 MB 196 27
315,663 315,663 000000000000000008245a46699bb00c9dbecbcab1a7f5db78aecb150799e7f2 0.89 MB 1,802 28
315,662 315,662 00000000000000000fda4fa2248dc7c424e3c647c1cfbafda2b222e67cb81203 0.05 MB 91 33
315,661 315,661 000000000000000025edc90d5805ffd0703c355dc851a0f7cc2c8f88d74452a8 0.29 MB 530 27
315,660 315,660 000000000000000030d93514e79b6b6aabb6514f7597653a5f6d135f06a5f7e9 0.10 MB 209 30
315,659 315,659 00000000000000002eb528fdf38d3015204e6e55439b0065cb0e3f9a48de42e7 0.04 MB 73 24
315,658 315,658 000000000000000008e417154f81a952af12a0049295a536160a3a19325ad7fa 0.21 MB 409 30
315,657 315,657 00000000000000002d2fee6674ef89a314b46d1b1024162418b93e250b7ff52a 0.27 MB 345 23
315,656 315,656 000000000000000000a0069476c5b281e8df5a74f279c29dacf163d623133ed0 0.00 MB 8 41
315,655 315,655 00000000000000001ec0ffa13023cea66b701a19c365a4b0b10b22f16cc69dee 0.14 MB 279 24
315,654 315,654 0000000000000000079c7ea654b80e1644fb8ef39aafc0fdf67c3e55b0f03ca2 0.70 MB 902 20
315,653 315,653 000000000000000023ecf7649b39f7727dd9094b3fdd4dbe49e692063c78578a 0.75 MB 1,391 26
315,652 315,652 000000000000000018e48aae6cb73379ff38c3a0457a2cae00f519069dc6b4db 0.35 MB 1,072 47
315,651 315,651 000000000000000028a006a755a430c03479ea226784b38a908f523e1467aa1c 0.01 MB 39 22
315,650 315,650 0000000000000000103b6da2d553ab3edcccfdef7f7179ce070818eecc955205 0.22 MB 443 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.