Memory Pool Memory Pool Refreshing

10,705 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (788,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,230 119,230 00000000000090b9bc84b8a450196fc17b81090f41c40bfeee5d159625456fbb 0.01 MB 22 828
119,229 119,229 0000000000006d3362f496719940adc172ed1ed6f9065fcc670487f43b59b382 0.03 MB 114 106
119,228 119,228 00000000000099b5f785b00b52f17690d31927ccaf71e19924cf7fa4bb98bdf2 0.00 MB 5 0
119,227 119,227 00000000000036b70ad4ea0283720c1b883896cfff2312d5fdbd5cb031bca340 0.00 MB 2 0
119,226 119,226 00000000000054fbf2056134c3a4026dd8343a65be74053d4d756cd04b036f1e 0.00 MB 11 356
119,225 119,225 0000000000007d1f78087a646226bae3cc9d9a48332d69ca7b172dbd7f962aff 0.01 MB 23 561
119,224 119,224 00000000000087e3dff1a532289a0b1d132ab20b72201180072e6010df56fc4c 0.00 MB 6 942
119,223 119,223 0000000000001419f48b6aa9292cdc8ae4274f50777419b3e916659716b7817c 0.01 MB 27 351
119,222 119,222 00000000000000759663f238c270c4b706e3490b2e7ffb1dfc511c7ccd5eca30 0.00 MB 1 0
119,221 119,221 00000000000040ea9903e39ad3e753a8e7e9839aef662087ff43a53fbed3ab9f 0.01 MB 22 900
119,220 119,220 0000000000001d58da7767f7b92f5f5639524071966e556cab2619c7fef7c457 0.01 MB 14 798
119,219 119,219 0000000000006b9c2f4f033206f04f1206f0f0fb6d7d8e4b5c802fc1f1e9e80c 0.03 MB 107 96
119,218 119,218 0000000000002e4cf9c4325050b40f4d9053e985dbc39d05f74360aba23c7e46 0.00 MB 13 1,388
119,217 119,217 00000000000018e74b4ca6642073ae753df3e81d355a8b4b892b32111e801889 0.02 MB 43 494
119,216 119,216 0000000000009571a86995a2c2758ff7ffa6fbffe187849f461c07a0a6976b6e 0.00 MB 1 0
119,215 119,215 000000000000856f550b5be3ae2338c5a162ccd7f92c0a68a9b58e5dbcc21d99 0.00 MB 8 354
119,214 119,214 0000000000006096ee4f5f1435b149e9f57f71c67eaddcaec3c54f34f1680b25 0.04 MB 119 529
119,213 119,213 0000000000000e40959cd51f718fb05fd4827511456c7cebed1fb95883347afc 0.03 MB 43 496
119,212 119,212 0000000000003bd321423ff8ba903d2c3cf734fdd4d974f08da84459bd4f34de 0.00 MB 12 555
119,211 119,211 000000000000b0d38ec4d1ae5c5a8a2492798dee28e01f57906ff56488b265f2 0.07 MB 14 967
119,210 119,210 00000000000022fa713bb8275661f9c3a8160b04168975949409f90602086203 0.19 MB 10 1,141
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.