Memory Pool Memory Pool Refreshing

9,704 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (666,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,374 241,374 0000000000000110a99feea20246cae2c1aae36ecaaf1903da5bd12da686590d 0.10 MB 226 133
241,373 241,373 000000000000007e1451353b4f3b577a6b6207750975cd73cb49a6c0cbcc9590 0.18 MB 361 150
241,372 241,372 000000000000004455a3a1ddac4cb78a9782ea181a8f6c8d0ccc40e083d4297a 0.13 MB 249 137
241,371 241,371 00000000000000333473b4ac1e062faacd4bd11242047715f85a2c1388f4b751 0.10 MB 220 183
241,370 241,370 00000000000000807f7b7666e0936bf5647410d5eef2efe5f6d35eda9a48af80 0.02 MB 41 176
241,369 241,369 00000000000000a09619740312de47c0bdbdb23cb22383ad9a5e7e77f008d324 0.10 MB 210 147
241,368 241,368 000000000000008028534db00ee08222ed202b7575ea0003ea48feaf9df71e70 0.23 MB 543 156
241,367 241,367 00000000000000202ed1042580460ce022a4868cc93747c1cde0b81d7fa3248e 0.21 MB 501 168
241,366 241,366 00000000000000d49b45753362a7dd2553e69c8eddf1f529018565c45b3652b0 0.21 MB 414 164
241,365 241,365 00000000000000b58746b34b547ff96e9109e3ec4589df6e2cafc21b371f37e8 0.10 MB 347 55
241,364 241,364 00000000000000e53b52f949d8ffe4ed47065972af64b2d28f2ed7b592c4ec92 0.20 MB 458 188
241,363 241,363 00000000000000f735794c91c0e5e9300a5988f59ef97eeb25451f7f821c2dba 0.07 MB 153 177
241,362 241,362 00000000000000e56e02761814bbc2ab377ca8ed0e2fdfaf0fe48ef2ab20c22e 0.07 MB 150 97
241,361 241,361 0000000000000049b164bc6472ed50cd6bb28c1fdbc1ebc51e6c36a2793e3130 0.12 MB 286 180
241,360 241,360 00000000000000924dde85577680c55fb04e530e6998acecea28e93563779ad7 0.09 MB 200 188
241,359 241,359 000000000000008d3bcaf95314e8eb12ef49737f0fde04caf56e151211e703b1 0.07 MB 145 182
241,358 241,358 00000000000000abcb19853da03b2b569dc2a1d02dbe54b1f2b184618a860920 0.00 MB 4 66
241,357 241,357 00000000000000a0aec4438b62d7d63078c29fdbbea4b785c8c80a6a87829e0c 0.14 MB 270 132
241,356 241,356 0000000000000093e85c29969fc1d1a872bde1ce47896d1b7eca3900c4945b7e 0.06 MB 113 165
241,355 241,355 0000000000000084cf30126d39049a7438ee2872ca73b72b2956bfac99ecc95e 0.11 MB 193 141
241,354 241,354 000000000000005519a065953ab68bf16718b6dc2313b1babfa162706f0d0de8 0.01 MB 19 88
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.