Memory Pool Memory Pool Refreshing

2,561 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,349 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (107,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,780 799,780 0000000000000000000045ae00109a5dd1f4eb7ff7d89e6ad0ffd26ce488b9e6 1.76 MB 1,336 60
799,779 799,779 00000000000000000004fe1c0059d591cbdd9b9751ab0a704ef760da36249981 1.75 MB 1,763 62
799,778 799,778 00000000000000000003744fa5546017f4d21cc925b4ff7ab08f0e3ba53e02ac 1.61 MB 266 44
799,777 799,777 00000000000000000002d6b34d169e222a5b61df1b82f09dac3f791b3015d17e 1.84 MB 313 56
799,776 799,776 0000000000000000000462f6f7bc965b92f6c61eb9ebb2226c7adad5648dd682 1.86 MB 390 58
799,775 799,775 0000000000000000000026c37ad9ba52bfd12613ebf0cae6ca551c05085ad0c7 1.83 MB 838 58
799,774 799,774 000000000000000000004585485af23fc06a8add26d46802d1a12743e938202b 1.83 MB 609 58
799,773 799,773 00000000000000000004a8437dbe7995eacf42daa014088d04e5010a44e64f42 1.87 MB 705 58
799,772 799,772 00000000000000000000ace45a873ec3a643fa54420034a8015d614c0ea876aa 1.62 MB 3,746 56
799,771 799,771 0000000000000000000247fd47805e36ba474934ac6b8d7422265af8d2aba7b6 1.85 MB 724 58
799,770 799,770 00000000000000000004e032184ec37fd30eaf5f3ba9eb59431aef05a6cb3fdc 1.58 MB 3,659 40
799,769 799,769 00000000000000000000cd4fa2af99a205af02f173c629d37e49c3aed3190c0d 1.84 MB 271 58
799,768 799,768 00000000000000000002bb5895e6afedcd6f8a59e2583d61ad5eacf5b16908ac 1.86 MB 626 59
799,767 799,767 0000000000000000000194019679ecf3c1ca07eb4dfa9ac570e666fb6136b640 1.88 MB 602 58
799,766 799,766 00000000000000000000eb39328ef3318c98c61c392aee2cc471f2b7863639f8 1.86 MB 1,738 63
799,765 799,765 00000000000000000002462246ab4cabd665424fd65f588ffba711928ddc6013 1.51 MB 2,995 53
799,764 799,764 00000000000000000003961d3ea20383f3e52bd9a61ecf50151140751c5c2ff2 1.84 MB 374 59
799,763 799,763 00000000000000000002cf5b92dea48f84fb8cc0ac5b59ad04c9cec435c32807 1.85 MB 410 34
799,762 799,762 0000000000000000000264b556fd14ca2ac2f34daeabb64c4a6c98b7952e9795 1.81 MB 713 36
799,761 799,761 000000000000000000033c09a995b1a0d70684f1514a29682c7b6b20b7a6427f 1.84 MB 325 35
799,760 799,760 0000000000000000000262c9fb028c3af2265ecc44d31909927742329e6e85bc 1.58 MB 3,093 31
Previous 10 blocks ↓
Total Size: 769.06 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,627.84 GB sent, 93.18 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.