Memory Pool Memory Pool Refreshing

7,888 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (117,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,629 790,629 0000000000000000000341146dab7db851fafcccefc83a7910ef01dfd8076591 1.69 MB 3,816 52
790,628 790,628 0000000000000000000028ef5650224b53a0689d91e954fe91837ae3bf9e23d0 2.25 MB 3,785 25
790,627 790,627 000000000000000000006a20d2b0aebbd1508e8204d982e1e706e7b8f9dea2ee 1.80 MB 3,677 19
790,626 790,626 000000000000000000043b570acad256b9a647be9562989cfcf94fd95d07b5b6 1.92 MB 4,429 24
790,625 790,625 000000000000000000013a0d8617232ee62e85e99048699d5d4f7a7453b2eb65 1.94 MB 4,859 38
790,624 790,624 00000000000000000001aa9f45df40a1cb986896246928b836b659fbcc49c266 1.86 MB 3,404 38
790,623 790,623 00000000000000000004da3ce28be577fe091aaa2460782265a66e6da74c68fe 1.62 MB 2,968 72
790,622 790,622 00000000000000000001e6135dbc1fd59e6dc5267acb5dc03ab2fd2bb3917b54 1.49 MB 2,680 34
790,621 790,621 00000000000000000000a081433fae52fdc4212f05152624d82fc6d6f47988c1 1.52 MB 3,073 88
790,620 790,620 00000000000000000002a83b523a8eecb4a5e928d1205f9660791dff0ca373d3 1.51 MB 2,928 52
790,619 790,619 000000000000000000045cc9696f0362a1e5ef7ff18a35a08ce58d9036bde409 1.85 MB 3,162 25
790,618 790,618 00000000000000000000c8c23c0cd1d892dff05dda44fbb2081110d458612dd3 1.87 MB 3,718 42
790,617 790,617 000000000000000000055da22ad0f2e7258c0a08df9a20c269378632881a2564 2.04 MB 3,204 40
790,616 790,616 0000000000000000000175e4b64666831663119006598b2acd0b99401a2a1f11 1.79 MB 2,943 28
790,615 790,615 00000000000000000003cf0ae47f9cee193cea484ad4b5313647fc10c1b587f3 1.71 MB 3,023 64
790,614 790,614 000000000000000000015f90fd41f36b83529dfd2e1bed3b42364aa06bc938d3 1.65 MB 3,473 76
790,613 790,613 000000000000000000019ada6912539fdac6818f55bf83e39f813e9fe4809940 1.97 MB 2,786 39
790,612 790,612 000000000000000000035a82616345b0bc674f7bc52d76d6a4a407ca11524654 1.91 MB 3,564 39
790,611 790,611 000000000000000000041735033dcbf74ffab663e67d73a5230d9bde922a0f5b 1.73 MB 3,476 63
790,610 790,610 00000000000000000003299906a9a1580d88801f48dc1adc877789f017a478bd 1.66 MB 3,818 69
790,609 790,609 000000000000000000039fb4600f24c2e4eb325b0ab1ebfc09b7a9b71d8b94bb 1.70 MB 3,851 62
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.