Memory Pool Memory Pool Refreshing

655 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (583,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,018 324,018 00000000000000000d34b6c3df2bdd43d482d4b4de9a2fe86b752b91a0d6c5b6 0.00 MB 1 0
324,017 324,017 000000000000000010cbed869f4b350441f10496d344dc3412cd3a241d881b30 0.62 MB 1,092 31
324,016 324,016 000000000000000014b2b5c2d5f9ee9472b724a978bc34fed52abed22180be07 0.30 MB 567 26
324,015 324,015 000000000000000014e5231e5b771d4004a16170ba4d62bb418699e47b40a443 0.09 MB 131 22
324,014 324,014 000000000000000015775a6e1a8ed0db8ab5ff2478712f901800ad83fe22c8b5 0.10 MB 138 19
324,013 324,013 000000000000000009cc153415bac61a5937f3cc50093aa1ec47f0257c2ed13d 0.22 MB 406 26
324,012 324,012 00000000000000001a6bfe944b6705489b38d081320311da7f17c69b89306486 0.40 MB 711 28
324,011 324,011 0000000000000000063e2f01667db65bc6c6ee23feabce1cf79d96affe8a1b65 0.64 MB 907 39
324,010 324,010 0000000000000000105fc7d86f64dbc7a27a65cf9f8c7b63329d6b9ac5640d3a 0.75 MB 1,411 33
324,009 324,009 0000000000000000091033bb6416da002a704edf543ddaf24d90ccbd37503713 0.68 MB 1,027 26
324,008 324,008 000000000000000002db801b2bf93fe5cb924d961f0b5d5285f8471d8c98b31a 0.05 MB 64 44
324,007 324,007 00000000000000000a2dc08a6247ec239ecee375df41bf7c6e7b80af7d51723a 0.37 MB 490 22
324,006 324,006 000000000000000018ebcead3902da8f460a8ffada7cc0912439879ad8792295 0.36 MB 504 26
324,005 324,005 00000000000000001f0f209fdc7feab7a99e50e12ab6bd688386f7f5adf917b2 0.05 MB 47 4
324,004 324,004 0000000000000000176ed9ee24fe45e648cf133c4fb30257196a2682bf823bbe 0.04 MB 87 27
324,003 324,003 00000000000000001995090edaa96f6ea4d40ee8d06d82891961341a07ae4902 0.70 MB 1,043 26
324,002 324,002 00000000000000001a96d1bd34817ed96f2f7dca8f20e326af4bb4a6df2ccaf8 0.02 MB 32 7
324,001 324,001 00000000000000001377803fa65444713dab6cae2c10172727775bb425c6a160 0.12 MB 137 15
324,000 324,000 00000000000000000b9880c40075d763b2a5f04fc01444a6278c5d2d442cda0b 0.53 MB 709 24
323,999 323,999 000000000000000019753a4edda01de403ad3d891e79d4cd1263fff3bd51062c 0.75 MB 1,088 24
323,998 323,998 00000000000000000aa58cc9a9e3193520e625c171578ffd60b698ded64e2381 0.42 MB 418 17
Previous 10 blocks ↓
Total Size: 769.10 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,628.87 GB sent, 93.39 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.