Memory Pool Memory Pool Refreshing

5,143 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (121,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
786,553 786,553 00000000000000000000bab0bdc69854babb4448233e1b10619564b1fa38c57f 0.25 MB 605 17
786,552 786,552 0000000000000000000310963d6025986bf8216b4b3817e9e0e5f5b39e279fa5 1.56 MB 2,637 7
786,551 786,551 0000000000000000000462ed942be0a78807c8d6f2d567efcd8f6c4f3df57843 1.55 MB 3,432 14
786,550 786,550 00000000000000000003f6cf31e58b12cc1864269f457821f47a4ea630e051fa 1.76 MB 3,261 7
786,549 786,549 00000000000000000004a7b808f2d0223ec17c48cde970912368141a16a3f670 1.08 MB 766 15
786,548 786,548 000000000000000000037442a55d51a35eed0226fcd835a4e1f7cc79e5b70138 2.06 MB 2,252 13
786,547 786,547 0000000000000000000252b5b0ed36e80c096964eabcd7976e374c1235663a23 1.91 MB 2,256 2
786,546 786,546 000000000000000000043c7a6538f1baf7f9591f54ccd2859011b20811ca9774 1.86 MB 2,366 12
786,545 786,545 00000000000000000001eb4a02a393e89a383b84446fc5433aa4b29b5c38cd0a 1.78 MB 2,795 12
786,544 786,544 00000000000000000000c9a557746847edd5a59866b7957a90798237975c8d9f 1.24 MB 1,943 26
786,543 786,543 00000000000000000001145eac634eb1891629163a80421268a776c60bae6032 1.95 MB 2,865 5
786,542 786,542 0000000000000000000218e2aad37e61c9247dd57f032d1092960eaeee22d00e 1.91 MB 4,631 7
786,541 786,541 0000000000000000000593200957e648d18d065357958ce666d37d2fa5e28213 1.44 MB 2,041 5
786,540 786,540 000000000000000000059248eb879d90a8c676d30eafcfa6a83f0b83725c9039 1.68 MB 3,226 15
786,539 786,539 00000000000000000002b740d8f60f409e22f52252b559f8cc4677c3cde2f749 1.52 MB 3,645 20
786,538 786,538 000000000000000000021549b280a2d16e8753f4911615ed7985527ae13c1d18 1.57 MB 2,964 18
786,537 786,537 0000000000000000000358d80ef0b9bcba5d37f59eeaf39d2a9263bc4546d8ef 1.58 MB 3,316 14
786,536 786,536 0000000000000000000590644458d4e2dc6e672dfe3f1a7ff8a9b38c2c3e1771 0.20 MB 314 8
786,535 786,535 000000000000000000026630f686442a12e91678656ff62ed2f3fd6bd5747285 0.54 MB 681 9
786,534 786,534 000000000000000000029268bcb5241339bac58c28a586fb173dc0ef0a1e60f8 1.61 MB 2,078 9
786,533 786,533 00000000000000000004c0bfac63e4678051909f4ef29bad57da96fd7dd9cec6 1.59 MB 2,887 5
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.