Memory Pool Memory Pool Refreshing

1,834 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 77/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,134 908,134 000000000000000000013a1f60c38ecc97bd8b3656494c4e5e740a8a21e25bce 1.81 MB 2,701 3
908,133 908,133 00000000000000000001915eb0c9ee74899051ca0b825f3bf6037954fbd92af0 1.90 MB 3,068 2
908,132 908,132 0000000000000000000033dfb944e85cb078b74425395c88f52fb0af94e1a1d0 1.23 MB 889 2
908,131 908,131 00000000000000000000adc6db8513563bed17996931131a891f9da630a011f7 1.82 MB 1,946 2
908,130 908,130 00000000000000000001aa674bbcc671e2918e04e57a9bc68af259b42a9aca8a 1.83 MB 3,443 5
908,129 908,129 00000000000000000001de119703430bb6e3c02ea2d46e0c90c228c95c0654ba 1.75 MB 4,319 7
908,128 908,128 0000000000000000000184f3476bb648664c44c3bc85f34d10c621a6a753a8e6 1.86 MB 3,138 7
908,127 908,127 0000000000000000000212b51d6c387c765ea7a0df180e5cadcb7ede08c5c1dc 1.83 MB 3,517 9
908,126 908,126 00000000000000000000c7c269972fb7c02ae5e21bb23e1e615f17284ec01ab9 1.68 MB 3,485 8
908,125 908,125 0000000000000000000047de820e95b9bbda9ef786f226734f63688fdec9bfd7 1.64 MB 3,263 3
908,124 908,124 00000000000000000000cff37df62388653e639760f9a4e49a2a4600095f32c9 1.71 MB 2,611 15
908,123 908,123 00000000000000000000a6b8a7904803d72e70d3a15fef1d53865449a0064436 1.67 MB 3,446 7
908,122 908,122 0000000000000000000145735013065b46025d8faedbf19272289805ad874e12 1.55 MB 3,810 7
908,121 908,121 00000000000000000000074d05758599782cc754e2fa9c6ad85dbc0f0b657567 1.63 MB 2,865 1
908,120 908,120 0000000000000000000143b73b3a1933958dc2bb29e9aa0c798e16005eb83b5a 1.74 MB 2,019 3
908,119 908,119 00000000000000000001b7033324b10df89d8f09c937f8330ad73721cafb1fbc 1.77 MB 2,848 3
908,118 908,118 000000000000000000010d6f84bb303cc8d1cc79a1890d1facbe5f93c30b6bea 1.51 MB 1,745 2
908,117 908,117 0000000000000000000226aa26590b10774634124ccb890e54ecf6b05faf1178 1.72 MB 3,214 3
908,116 908,116 000000000000000000016cb86e22c438be325407a4cc5e5244b842c6d94edf03 1.62 MB 3,824 4
908,115 908,115 0000000000000000000168c1015c7159ddac7b5d0be9da51cc50dfeb8d6ec5e4 1.65 MB 3,655 5
908,114 908,114 0000000000000000000210ba60e96f89772ff013251eb4c42bcded9e6a8fb0f4 1.53 MB 3,388 12
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.