Memory Pool Memory Pool Refreshing

2,605 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,603 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (6,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,521 901,521 000000000000000000008d60033991ef6b083080cf081cc1f17c4617bda07db2 1.70 MB 4,215 3
901,520 901,520 00000000000000000001fd31e9b6a0391088f8e42833d204d22926c84a9f7349 1.71 MB 4,571 1
901,519 901,519 00000000000000000000ae4131cbee1c4d1ebee2cef1597c077f3dbdc5042bb3 1.68 MB 3,751 3
901,518 901,518 00000000000000000000562adc9aebc2c67af58e1d3c814e7da9002e0e26472b 0.20 MB 457 2
901,517 901,517 000000000000000000000bf19e5b20a3bbc8370db699cbeb894ee223d81cb7e6 1.10 MB 1,113 2
901,516 901,516 000000000000000000015432724ad608ba7f6302b0ce24543866a769605b13d9 2.05 MB 1,377 2
901,515 901,515 00000000000000000001c9001d13bd33789d9ddca365393af1e6a037d41b482e 1.37 MB 2,061 2
901,514 901,514 00000000000000000001828e145bfda3ebbab0b0cce676979f79350b22578e2f 0.56 MB 1,006 2
901,513 901,513 00000000000000000000786d99093b3ce04655c473b4e247aae7b55cff0474a6 1.63 MB 3,240 2
901,512 901,512 00000000000000000000a6bd76798c4802fa705945597df1b75c09509517bb03 1.29 MB 2,903 2
901,511 901,511 000000000000000000009f40be2024b6368aea0aca2729f0485bd98ad3ee4d42 2.01 MB 1,543 2
901,510 901,510 0000000000000000000202fb64139e651e6e83e0a3219268cd05651f7e960306 1.66 MB 3,285 3
901,509 901,509 00000000000000000001a6570b9ca443e49be43d318bf9e8c678fad44fa9dfa9 1.56 MB 3,900 1
901,508 901,508 00000000000000000000d28b8ed4ecc30750e82ea2d49bf934e2c67edefe885c 1.63 MB 3,080 2
901,507 901,507 000000000000000000013059bbc2e830ce7d9e4107aa59c1dbcab32ac124d78a 1.71 MB 1,762 1
901,506 901,506 000000000000000000006ee17003e83f42ac627fd504fb9aac395e96d6275b84 1.67 MB 3,270 1
901,505 901,505 00000000000000000001212f1d5bbadc0a9c1d361c71e2cf1200ec0c20c006a4 1.59 MB 3,847 9
901,504 901,504 00000000000000000000706b1005959e7eda721875ce145a78cf99964dfec948 0.59 MB 1,277 1
901,503 901,503 00000000000000000001360c353ee5357f1d5cfda205e624e0d43ea2667e3d91 1.11 MB 2,208 2
901,502 901,502 000000000000000000013824107d0a7d2cf6140868d915a22d01680c2bb54a40 1.63 MB 3,093 3
901,501 901,501 0000000000000000000074adde95a248440638c4598b65b6f04ec1cb736a3249 0.73 MB 1,204 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.