Memory Pool Memory Pool Refreshing

905 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 893 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (546,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,508 361,508 000000000000000008b82b9d634418df9d4c7d840074408fbc496be2360646ef 0.52 MB 1,033 38
361,507 361,507 00000000000000000e2b93b0de80b5be6d620f3b23f32ed4c046797249726c6b 0.11 MB 159 14
361,506 361,506 0000000000000000048ed90221813a891d7d4a66a9bd9179e861908171113f53 0.77 MB 843 28
361,505 361,505 00000000000000000683633b8f6c4b694228bcff062ceb8c654a892da007d1e2 0.75 MB 1,107 38
361,504 361,504 00000000000000000bd6329ce4a3b2cb97642977acbe3d18f5f4cff980c0d104 0.73 MB 1,398 31
361,503 361,503 00000000000000000dc0caf482f6302820a13f614fc7a42fa4002ee994b7b0ad 0.90 MB 1,568 27
361,502 361,502 00000000000000000dcf6b554f60f3a43eb3f64327423714030c04333cf7d06a 0.93 MB 1,447 63
361,501 361,501 0000000000000000045d4da3b39943a235361b74ac05d4982ffcdbe782b5aad6 0.89 MB 62 97
361,500 361,500 000000000000000014819524cd66a60d72943125efcb06eda7e810faf72d2492 0.50 MB 1,133 40
361,499 361,499 000000000000000002289a104a12629ae41822721ba96b10131607372481d80c 0.25 MB 575 38
361,498 361,498 00000000000000000b443abc1b9fc2fb84ef386e24d402a27e134ae8bff05a49 0.41 MB 781 29
361,497 361,497 000000000000000010673dd05045de22ab8d8cd3132d6cf304ecfa8ab311a92f 0.19 MB 337 20
361,496 361,496 000000000000000015968c7785d367d6906f1454c647aa8978871d4380d36608 0.72 MB 1,435 29
361,495 361,495 000000000000000008e75d55bdff78399e6f51738bfac9c08682bd06b27037a2 0.52 MB 1,019 30
361,494 361,494 00000000000000001491ad6f88e1e3b5a4d0fdcecac79f1ff781f142dec39d0f 0.15 MB 157 18
361,493 361,493 000000000000000001e2b810cef8687f7b6c48e9d5de94ac696b4904a5a3fd84 0.25 MB 510 31
361,492 361,492 0000000000000000148642bfdedb8744bed1993a0e2de1e0d56897206ba30741 0.47 MB 618 20
361,491 361,491 00000000000000000c1a93b5b955adbf6b24c56ddfc74728467954cbea1e3811 0.43 MB 987 34
361,490 361,490 000000000000000004a6b41dcfa5e2d460fe5227921a38289c4516ef4d587621 0.88 MB 1,994 30
361,489 361,489 00000000000000000ac41b146e2554deb8d1413fe15aa1c64e46c5ea29035518 0.15 MB 149 19
361,488 361,488 0000000000000000038b9642aef1c418fad665a85b29b055681e25bed1a583fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.