Memory Pool Memory Pool Refreshing

7,049 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,588 (860,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,908 47,908 00000000362e02fa1b44d0af34a5238b9838bdb794b2294fcdbdbb050f680ebb 0.00 MB 1 0
47,907 47,907 000000001528b670af68d6f680552160d40e9665de149c4dc050000c08176f0f 0.00 MB 1 0
47,906 47,906 0000000011fd1ac1e1ffc8fded23efe64e5a4aaad82adf7a11448c5ccfde9fba 0.00 MB 1 0
47,905 47,905 00000000350082575c85a779b4cc4cfc7cd666067ce2a29235e22540939e4605 0.00 MB 1 0
47,904 47,904 000000000b26779c56e60e4efe2b0ff107d0465198f63d3bc12cf89b01507d89 0.00 MB 1 0
47,903 47,903 000000000ef3bf75081d723778db51ac36c615e9890fc779d5fab771abb7bd50 0.00 MB 1 0
47,902 47,902 00000000278d8da01d0a2a3fd7094ab3580438adb7f2d0bbc46e1a6733422a15 0.00 MB 1 0
47,901 47,901 0000000010c566e8098b774a840e9b8b5a2d1e674426257b036d3e012b1bae5f 0.00 MB 1 0
47,900 47,900 000000000113c7444001db1ed0789d1a5e00c5273a2e713379f9d7b6ac69dcb7 0.00 MB 1 0
47,899 47,899 00000000231ac4b366e7fdee42a0042255da52bd246d7bd14fbd52a2f9fd913f 0.00 MB 1 0
47,898 47,898 000000002ecb1d2c9318a4d03b896f1325b771263cc58910b871019cefd40979 0.00 MB 1 0
47,897 47,897 000000001ea9ca4631c187e5ccf039c32724e6f0bdc14978708f982d2608876a 0.00 MB 1 0
47,896 47,896 000000001500094d8a480f06d39d715fab23c83901820aa8827e17b29af70f01 0.00 MB 1 0
47,895 47,895 0000000001642ae056f46e9d9cbf9208b9c1dbaa7614c70f79969e854846cb2d 0.00 MB 1 0
47,894 47,894 000000001c04ecf186cacec5e5f918f741144e6423446354c22bb89e5edc74ef 0.00 MB 1 0
47,893 47,893 000000001aa19c943ce4ff5f17dc3d5a7e09f2f464a07dbf4c3af00e18938d10 0.00 MB 1 0
47,892 47,892 00000000328f87d6627c93b0f6e6a6cefb63e16e907b39de614c47789783bed2 0.00 MB 1 0
47,891 47,891 000000001ddba37e49890d7c50dd3768774655b3ed31d9691a0840c7c5512c63 0.00 MB 1 0
47,890 47,890 000000000d8a9bb97ab76617c6e96b256da891d887f0b7bba2c5a06f8ae48563 0.00 MB 1 0
47,889 47,889 000000002a08f7991e8c33e6632e5e0a0a8aefc534feee335d2248c6aa82336f 0.00 MB 1 0
47,888 47,888 0000000011729012b2ac5f7a18f936b97a637ff41bbce84d33c8ef1710ea9cef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.