Memory Pool Memory Pool Refreshing

6,277 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (849,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,856 58,856 00000000045887a1913fccb2b62c03e1fa5cb138cb6493b90bb2422f24a86e4f 0.00 MB 1 0
58,855 58,855 000000000353d6e34d2e7556e826fb3365edab2f665127ea6c3f89c1dc5eab7a 0.00 MB 1 0
58,854 58,854 000000000014546a76368380742f1aef43a96f28d6fb16916213ac1dd00a3e7a 0.00 MB 1 0
58,853 58,853 00000000040af20317783f414a4ae1ba9ad60c8d5fe8f9993ca3829870e0deaf 0.00 MB 1 0
58,852 58,852 0000000004e795c82c7f003dad0e3ef7d3b9667699211f712eed7e35a6a7642b 0.00 MB 1 0
58,851 58,851 000000000a9be9dc7623c51023f877aef69a9fc690911cb1e1fe9fd851e2ad1b 0.00 MB 2 0
58,850 58,850 00000000007a7c3b64b739bcfbae4cce867e4e12d44aef3343964e7b3b2bfbc2 0.00 MB 1 0
58,849 58,849 0000000009b7e933cb2682967425ec679c6dcaffd6f19b0467aa02b18bdcd346 0.00 MB 1 0
58,848 58,848 00000000017027f485b7be9d1e87a6592bdef9c6961db69c704da25070b2efa1 0.00 MB 1 0
58,847 58,847 000000000272e29bd1e66a5f91c08e9932ac8078cea80406f1f931cc3d708906 0.00 MB 1 0
58,846 58,846 0000000001ebf890d8443f96f8b84dbbeb175aa8564e11faf97add7f5adb5aa9 0.00 MB 2 0
58,845 58,845 000000000b898d92ae95e425a5e610c2457e98cb74ff2a826c7f94ce0d46c18a 0.00 MB 1 0
58,844 58,844 0000000007c29dfbb9c88a5aec2d72f34f2eb0a79efeb5f440adcbaf91e2aa56 0.00 MB 1 0
58,843 58,843 0000000007e4fe204c1118b47e2b41de894293ecf8c929772007ffed7e0e1a7c 0.00 MB 1 0
58,842 58,842 000000000b917a052017818bdd8b9d6c509af8d295f48791f88b9b3a30a89268 0.00 MB 1 0
58,841 58,841 000000000a3602e8a93c2da962833853e50a5afd33ed24cae9a98053fedd7997 0.00 MB 1 0
58,840 58,840 0000000000da159d987e81641a6152c800bb3d4c194ed2fd82a81f0a33a702e6 0.00 MB 1 0
58,839 58,839 000000000f4657b3982d82873f0de0b8ee6324412525493a453a538c049e987d 0.00 MB 1 0
58,838 58,838 00000000081776bb738bb22d9b7f803a7f5232b9b8ce1148a76538104f3fe3ee 0.00 MB 1 0
58,837 58,837 00000000037a299a20d22e6e8f09ea17d7c98b36a46cd3863923b362542b5e0a 0.00 MB 1 0
58,836 58,836 0000000002bd120105aa544540d971c1b30f01f945b7f6d7f65ed072b9f0221c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.