Memory Pool Memory Pool Refreshing

3,810 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (732,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
174,947 174,947 0000000000000277f8f1243644309812877f84296fd0fc8623ae0b75385c1ddd 0.01 MB 29 131
174,946 174,946 00000000000009a0691da604f6d522f92f616ff24cebccb01e20f8ecdea5a32e 0.02 MB 34 102
174,945 174,945 000000000000053a0afea4f89095979a16eec4956cf76b9ac4945cf4a5773090 0.04 MB 130 105
174,944 174,944 0000000000000102f47661ea5fa778dd21db6b686e43cfbd2c2f02dce19887f1 0.00 MB 12 0
174,943 174,943 00000000000002227a4d385b64e976bfbb7955177241929a677b4956df88a817 0.01 MB 33 401
174,942 174,942 00000000000005e6a6b592944ce731296e1171ee1ab12dd1ae441a442748ecf8 0.01 MB 31 246
174,941 174,941 00000000000007a767ea31b7a8311d944e5252337b73e185ef4203e47793e154 0.00 MB 10 486
174,940 174,940 00000000000000af88932f9654ef2bdd5d64937e758fde767703b4a394c984b9 0.03 MB 92 47
Previous 10 blocks ↓
Total Size: 769.05 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.47 GB sent, 93.13 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.