Memory Pool Memory Pool Refreshing

2,606 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (732,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,968 174,968 00000000000008c03ec1a4235d6dab3de4d2fd9301978dd8fe05d66ec85e9f65 0.02 MB 38 19
174,967 174,967 0000000000000327497ce33c3ce780ec8b3976acb27c561ee12f6a9f5b17d122 0.00 MB 11 17
174,966 174,966 0000000000000999c4161ea4947d2a44b7da8df729478086eaa54411658643d5 0.01 MB 34 115
174,965 174,965 00000000000006a8dfd7215145da55a315b22fba3ff6f1b0eb9075582e7f6083 0.02 MB 35 81
174,964 174,964 00000000000009c9db8191315bbee0504133439fd13031d845fea9abeddcc811 0.02 MB 23 113
174,963 174,963 00000000000006486945d57cdb49b63af5d37453639c8c49ab99504d3af6c2ea 0.00 MB 10 0
174,962 174,962 0000000000000383f82f082b628ff94cc023ad574f1e0b76793efaa96544efab 0.02 MB 35 91
174,961 174,961 0000000000000568566be275cd6785fabdda13733e60de023b18895d87dc44c1 0.03 MB 15 128
174,960 174,960 00000000000008bf74b696942751149b908f3f138fe05d4f7c089f042e81d420 0.05 MB 146 36
174,959 174,959 00000000000000f829b1f0b27916abbdc7bfedb7ae8bb746f338f5c578fccb10 0.03 MB 41 15
174,958 174,958 000000000000003f4940ee61751f7a4d1b4a6d8184a527cfbd5e69d529a183e8 0.04 MB 98 47
174,957 174,957 000000000000007e95fe89cc57ea552a2f40aa73e89d2db300805ecc578b5c79 0.09 MB 134 372
174,956 174,956 00000000000001ab484b9a76505ba4942f48b1537303e9a493e171f0663235cc 0.01 MB 19 694
174,955 174,955 000000000000020ce8d7b783dd908c21f79436373e2415c22e34bece9ad4c019 0.00 MB 5 821
174,954 174,954 00000000000001dadf38170b94c305472faa436a82cba6da5f07dfbd8d013d05 0.01 MB 22 57
174,953 174,953 000000000000076d28998d6a93288988589221b467dcbff3580a2d967345a85d 0.03 MB 55 357
174,952 174,952 0000000000000a2702a5cd709150096bf174362b248d36602d03ce9cf7390571 0.01 MB 58 0
174,951 174,951 000000000000035768e44722b0208c14f950e285cdbd15ab8b54267010c5b3db 0.01 MB 31 44
174,950 174,950 00000000000003acc8e674a4372dc0394fe9fb3c0bcc1d75d1b1800c05468f39 0.01 MB 30 216
174,949 174,949 00000000000009bc30907492ecf48e759b09c4abaabb694d1a830c3c84a59a71 0.05 MB 89 335
174,948 174,948 00000000000003412202699ddce664d18ef625ea3a5b240e5053e8dddc07c0c2 0.02 MB 57 131
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.