Memory Pool Memory Pool Refreshing

4,068 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (586,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,958 320,958 00000000000000001a18ea7911cf2940334ab3ad04648472ae6bc93706e7f4a6 0.16 MB 257 20
320,957 320,957 00000000000000001260d9eed1013055186f3faa537e834a67ca475381e6d95b 0.10 MB 171 25
320,956 320,956 0000000000000000157e07ee251ff0adda08b4c643ceba0f2183e74e5161bbc2 0.35 MB 793 30
320,955 320,955 00000000000000001a16f1c8a1ab6b902bd190f0315ad04f05979d75701dd2bc 0.15 MB 234 29
320,954 320,954 00000000000000000fb61a3b27dfeb974a8ef33f5716ae5a05cded4350130853 0.23 MB 318 20
320,953 320,953 000000000000000000e487ce53595291238390137595f4509a3181ea30bdffad 0.13 MB 135 13
320,952 320,952 00000000000000001dc7fd38f15019ea186996519c769805c3fa401fd453c2b8 0.05 MB 109 31
320,951 320,951 0000000000000000144741142b995d604dd65484e84d2b24b10843fd0235f3f6 0.69 MB 1,084 22
320,950 320,950 00000000000000000c808e3613136dc8a1c40fa6fc793b683a7b3bf9eed6e10e 0.35 MB 971 37
320,949 320,949 00000000000000000aa1b9951862015e0fc35f2df69d75cea2fb296a9007f7d3 0.06 MB 99 18
320,948 320,948 000000000000000010793afce8bc0efaf6d5576345f36c68e1e94c316c0afdb7 0.05 MB 121 33
320,947 320,947 0000000000000000111376adea190858c5d3ade714fec5ef1a274b1a820794a9 0.00 MB 1 0
320,946 320,946 0000000000000000105db02373e2230b16f468efda381f25b904fce2de59d794 0.30 MB 568 27
320,945 320,945 00000000000000000230836edea1020125ffa974a0c87ee325ee64f2bbab9249 0.03 MB 47 24
320,944 320,944 000000000000000007ce4ff5041a4228bd761b151b68c720fcacb5b1fd5e8f11 0.07 MB 58 7
320,943 320,943 00000000000000001c2fb83e3f52f774b071dc472441b06586db3216f343556c 0.26 MB 431 23
320,942 320,942 00000000000000001582df05762a5b76c175794e4f2c776547a1322ad1e9e2f2 0.28 MB 399 18
320,941 320,941 000000000000000002dcd023dc35cde11e6116e4b95aa88dc2ead7126ef8d86b 0.93 MB 1,856 30
320,940 320,940 000000000000000014095b9a2d326e985b37d949ff1575beb4aa63e3bac24fc8 0.62 MB 799 21
320,939 320,939 000000000000000007261f2d7e5b3f1889dfd0228f609dce1e888715a6cc18a3 0.75 MB 1,592 31
320,938 320,938 00000000000000001c26bc00f8e0114df6c2b9c03f126f5529da67e38453ede4 0.33 MB 589 28
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.