Memory Pool Memory Pool Refreshing

12,714 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (300,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,168 607,168 000000000000000000129abb7bb7767a1477748f75b8679cece005df1da0cd18 1.27 MB 2,273 20
607,167 607,167 00000000000000000003dfa6aff58799b6587d3a1c24d6e1609b9a59c604a706 0.09 MB 230 30
607,166 607,166 00000000000000000004c7c45a63a4ab2859ea6a059c5061990212e2633e308a 1.27 MB 2,452 12
607,165 607,165 00000000000000000015638d5581e75f462e3f1125efc04e2aed91fa7d603526 0.43 MB 821 13
607,164 607,164 00000000000000000014811027735debb45e913aa09efc6f9227871e58b998e0 0.25 MB 699 13
607,163 607,163 00000000000000000005d7b11965ec296522bd687af726687e10fc5e810f812a 0.61 MB 1,410 17
607,162 607,162 0000000000000000000e78c1fa864aa2733173257c2cb47103c74c97be10de56 0.35 MB 745 16
607,161 607,161 00000000000000000006344d717a194368ac3b4d8437009c0b079e5ced7a0d35 0.76 MB 1,854 16
607,160 607,160 000000000000000000135e93852bef367b33727de0e3a1f3385452430135fe3d 0.49 MB 1,091 27
607,159 607,159 00000000000000000013db796853a933a792181f84d31dc0012a744b1e56879a 0.98 MB 2,031 14
607,158 607,158 0000000000000000000a4ed9087548b57d76ff4066e90d093d3f9e4e641676a1 0.22 MB 553 15
607,157 607,157 00000000000000000007fd5d8c79fe7f0f6417830ceb9ce26e514dd471a35134 0.22 MB 490 23
607,156 607,156 0000000000000000000bb9c2d864ceeace519dee71c3f65968506e7d2d9bd51d 1.19 MB 2,751 11
607,155 607,155 0000000000000000000eec394680b140227ba497ac83d64c8e6518e097501530 1.28 MB 2,850 9
607,154 607,154 00000000000000000005a1dd4445f972121d01f4cb103ad99e92123c3c15ef71 1.27 MB 2,580 27
607,153 607,153 0000000000000000001494680f49f402113810100db3087a4531cfcbb851eb28 0.47 MB 1,394 13
607,152 607,152 0000000000000000000e3331a3a9f7caf899d8631d63612566610e5b82f1e819 0.76 MB 1,921 10
607,151 607,151 000000000000000000037d294e09380b196003accd3d15d9c3c90fa43bec2cac 0.81 MB 2,010 15
607,150 607,150 00000000000000000000e46223acad6ac225d0925db785d37aa0c1a8e98ea948 0.53 MB 1,287 14
607,149 607,149 00000000000000000011e42985ddf3ad69ad55ea1d8bad9ec3fb0af24a223b28 0.57 MB 1,066 19
607,148 607,148 0000000000000000000b1abdcaa273f6560d4bbc0c4c11413fe8e91fae7c72be 0.05 MB 179 7
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.