Memory Pool Memory Pool Refreshing

55,104 transactions
29.96 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,460 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,304 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,459 (1,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,098 877,098 00000000000000000000653f96c0fec424a56e588b73a9246911e1db8a1d0c54 1.64 MB 3,811 3
877,097 877,097 0000000000000000000106a71dd9c93d61c194b96a9f520ff1a5c2d7989729fb 1.77 MB 3,199 5
877,096 877,096 000000000000000000028ea4a1a299572e274f565ba47e5a69e8ff99bd6694f8 1.65 MB 3,300 9
877,095 877,095 000000000000000000016b2f2e0a02401b8d60949036c590a006799a169afcef 1.61 MB 2,951 5
877,094 877,094 00000000000000000000df0371e01505ffed21ae66572b14bd1d7b8558aeb6f4 1.65 MB 2,793 3
877,093 877,093 0000000000000000000195e819f0ce0d82e17b031279283545f560ff3d04f029 1.71 MB 3,351 5
877,092 877,092 000000000000000000024c8fececb7ea615921f9bdd3047f0e2dab11bfcac871 1.81 MB 952 2
877,091 877,091 000000000000000000027894517aa28e17edc2db3468632906dd0678d5a5b9b5 1.76 MB 1,839 2
877,090 877,090 00000000000000000000b58cb54a7733603391479f2b16d0022efb74a840ab9e 1.79 MB 2,410 4
877,089 877,089 00000000000000000002838a22f7b276cd8d8a2ab5f29fcb6c5da83872ff67e4 1.66 MB 2,861 5
877,088 877,088 000000000000000000016d56cfb6d4464bd98d74d5052625f74d0d9b6fcdb3bc 1.56 MB 2,982 5
877,087 877,087 000000000000000000002a5cbb25878193aa02912c691fc7b9669b006bd7050b 1.68 MB 3,131 4
877,086 877,086 00000000000000000000a3d4b88bcb5bf45c13c34746709b8f6478fb3b3a2f52 1.67 MB 3,081 5
877,085 877,085 00000000000000000000c8c596862c258fc37a9b0476d101b5c92ad5153883a1 1.84 MB 2,140 2
877,084 877,084 0000000000000000000208b57cfd07c5f6377e912d2bca5cdb44e3f4a8794542 1.68 MB 3,069 6
877,083 877,083 000000000000000000011745b38b890f5e9dd888481e88ab4db117c568a3ecf7 1.67 MB 1,541 2
877,082 877,082 0000000000000000000251a88d21341422822421b60383649ef85f82305516a6 1.67 MB 2,609 3
877,081 877,081 00000000000000000001578dd88b38cca038df4772e4575fcf7723f9de4df9e5 1.58 MB 2,656 3
877,080 877,080 00000000000000000001f93e791a6f33a4a8a35beeb6923eb46036d468e661fb 1.65 MB 2,698 5
877,079 877,079 00000000000000000000e3f5bd303e56afb5ef06434da417c1f5c67350fdc48c 1.68 MB 2,852 3
877,078 877,078 00000000000000000001a3a17b593b4be189e17dc01564b493c7af0c7c5e3318 1.56 MB 3,253 3
Previous 10 blocks ↓
Total Size: 715.26 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,382.06 GB sent, 41.37 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.