Memory Pool Memory Pool Refreshing

8,737 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,661 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,619 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,660 (54,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,323 853,323 00000000000000000002dcb8bdbfc5e67a17aa2d2fca2309ceb0f743ac2fd002 1.70 MB 2,952 8
853,322 853,322 000000000000000000016dc97df68650af5219cd37b0aeb933ded70f70c56dc3 1.60 MB 5,222 8
853,321 853,321 0000000000000000000121b1fded10690b024a353d9e9038ca1b6fdf6a6ce40e 1.50 MB 6,606 8
853,320 853,320 00000000000000000000cf8d22f9efa0ecf00fdb1912be4936b925ca261e7fdf 1.53 MB 5,969 6
853,319 853,319 00000000000000000000270ba6e126e449514e7d13c70ff190f282f51c27de73 1.61 MB 2,230 6
853,318 853,318 00000000000000000001b7adc04eb6b46773e464d6f038a04f36fde15d5db45d 1.59 MB 5,214 5
853,317 853,317 000000000000000000017a4c4c18e25c07bf2dd5904d9eca0acd3b496ff0d282 1.53 MB 3,495 4
853,316 853,316 000000000000000000007628077e0ac00c90ec66306c85ea304b7a48dff6d9ea 1.37 MB 1,216 4
853,315 853,315 00000000000000000000877f3113cb8003e9347adea305044e929c2b08fa1e0d 1.54 MB 2,664 5
853,314 853,314 000000000000000000021d2532c50d1e1070029603be2ed168ac0d97b49677d5 1.59 MB 3,774 6
853,313 853,313 000000000000000000034291072046b837794904c041fcd06c8617ae4c35eb94 1.52 MB 4,143 10
853,312 853,312 00000000000000000000399ad2a723a1997edc863ae1766319f17c86d6051cdf 1.28 MB 1,472 10
853,311 853,311 00000000000000000000b0a63447462a32dd83be81333a14c2f926799457fa62 1.29 MB 2,615 12
853,310 853,310 0000000000000000000312944b77bf2dcb4ed057e35cada22aa986d56e21bc3c 1.39 MB 3,654 11
853,309 853,309 00000000000000000002ad5414621c2b2e2f77675fce9279dae499e679aec3e8 1.48 MB 6,022 15
853,308 853,308 00000000000000000000ae79803c22e5d957aa9613031452c620a37f6a06d514 1.49 MB 5,257 21
853,307 853,307 00000000000000000000e6e8015689c870bb467cf9311349347c048b26e9de1f 1.58 MB 5,914 7
853,306 853,306 00000000000000000000760735612ff1692fa0e5c6a0103de66bc2d6ed0d9544 1.52 MB 5,557 9
853,305 853,305 0000000000000000000252f78d320148a1304864a8207840e4d2aebd4c14a13a 1.51 MB 5,285 9
853,304 853,304 0000000000000000000088e4b8e6fded9d49909442458fff0baa3f3838b554cd 1.50 MB 5,854 11
853,303 853,303 000000000000000000015b10ac5cb9cc2a589db4d12e8fdd8100b154fc2a4e18 1.47 MB 5,914 12
Previous 10 blocks ↓
Total Size: 768.91 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,603.43 GB sent, 92.33 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.