Memory Pool Memory Pool Refreshing

3,916 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (13,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,465 894,465 00000000000000000001707c9aee5ef5b24f85a983ff37f698965f411586fb5f 1.64 MB 4,075 2
894,464 894,464 00000000000000000001123e1276ee75fe6697a373832d44daa898ba7011f759 1.63 MB 4,610 2
894,463 894,463 00000000000000000002414d16e6b139ddae89325bead52231ee7b29b101557c 1.57 MB 3,151 1
894,462 894,462 00000000000000000001c52867fc0b841dbc7f8bbcb7a8063213cecf9d13129b 1.33 MB 1,983 3
894,461 894,461 00000000000000000000039b68074506195a0c96975f06bacefaca83f85d51bc 1.20 MB 1,266 3
894,460 894,460 000000000000000000016185c3b1afa1977418e4416f302016952ebb956782d2 1.60 MB 2,847 4
894,459 894,459 00000000000000000001cc4465ed0ec418b2fbd31fd711d078ed48ed9aede9cc 1.61 MB 3,017 2
894,458 894,458 000000000000000000011d14e2c99386cd91d02f59b3af185f46ff368afdc9b0 1.76 MB 4,796 4
894,457 894,457 000000000000000000018c35470a5c5bf698ca105286b1d627705c9020e885a3 1.74 MB 4,733 5
894,456 894,456 000000000000000000009291b52fe5cee2c16b7564669912714daed936f993d7 1.69 MB 3,957 8
894,455 894,455 000000000000000000015162befe46176e59dc00f1ed28b50be59cc506170bb4 1.79 MB 5,276 3
894,454 894,454 00000000000000000000ea005c7be2f271bc335bbff0c0044b4dac03287d48bb 1.71 MB 4,497 4
894,453 894,453 00000000000000000000c674d112444270eaa193b296e96ea2acdf1815a17acd 1.69 MB 4,282 3
894,452 894,452 000000000000000000010247840bec6022e3264d1b864568e4c77ac2e146ed79 1.65 MB 4,259 7
894,451 894,451 0000000000000000000168479bcc3a7d1ae088bfe819d04d88c99fb4869ef5ed 1.73 MB 4,594 3
894,450 894,450 0000000000000000000214909bf91632c4c817b39794021468a2548cb4d33d76 1.66 MB 4,582 7
894,449 894,449 0000000000000000000113179869a9e00541494a5c93cd6d72891ef147deb33e 1.59 MB 3,034 3
894,448 894,448 0000000000000000000136348d771aba95b875bafc2098af08e242ad026e83de 1.62 MB 3,728 3
894,447 894,447 00000000000000000000dd25d900dd0ba3e7f5d825e47bf1abc877741673ca4f 1.38 MB 2,471 3
894,446 894,446 00000000000000000001e906e1c27479e63de2800fe012cf3373cdf23c03ea76 1.69 MB 3,443 4
894,445 894,445 0000000000000000000224df91774484291d71fa371bb8370a51859d1b669e64 1.91 MB 3,628 2
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.67 GB sent, 94.43 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.