Memory Pool Memory Pool Refreshing

6,277 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,121 (897,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,167 10,167 000000005f98f0fcac4a4bbf3cc7ecb21d425459584776c2e4fe4799a904da3c 0.00 MB 1 0
10,166 10,166 000000000249894d7faca46e76dc07f3fd219fdbff3d95fe194bcedd637e07e9 0.00 MB 1 0
10,165 10,165 000000001506fff12b0d7bf508fe9b4988b41e8c70835de608f80fb355ed61f6 0.00 MB 1 0
10,164 10,164 000000006a3df1847bbdb7711f59af43d402006ce6d4bbc9569df37f51268937 0.00 MB 1 0
10,163 10,163 00000000ce23708a1bdc85cdb044a6181b4129dfca96cb1dcba949ed77aaf194 0.00 MB 1 0
10,162 10,162 00000000cfe331434d7a8d8a8774bcff24a90a8796cba2ba0f88e490cec79a85 0.00 MB 1 0
10,161 10,161 00000000e3ed98ba097adf4d7176013acc929183a4c22b8ef64fa716458a4530 0.00 MB 1 0
10,160 10,160 0000000067a2673ea82622ecca3d7e5aa8273afe618ff2dd35393063374c7fd4 0.00 MB 1 0
10,159 10,159 0000000060e4f3e3160645cccb69d975e826893294a4cb88eab07d20dc206735 0.00 MB 1 0
10,158 10,158 0000000095673b167f3b1fbda88774fb9e17caac53b4db3f372ef297ee0d0ece 0.00 MB 1 0
10,157 10,157 000000001166d7d1d342d16da2abd8753b2205c4dfac322f0913db0075d48435 0.00 MB 1 0
10,156 10,156 000000003df805b99845111b87a0bdaaba0afda9ae55f515a2b4f7ac87300b99 0.00 MB 1 0
10,155 10,155 0000000051a5e45a80847d31634c676e43a01c11615f04c77a989de4c9bcd878 0.00 MB 1 0
10,154 10,154 0000000012ac26bc779df148e8e3d5c743f68b217ac3de0d6cdb0937a045ab9a 0.00 MB 1 0
10,153 10,153 00000000c308c38350901358546b4a168a29052cc9dbd4f27faa86eb26f0fbea 0.00 MB 1 0
10,152 10,152 00000000bf03daabc3675655c7c1e412f321b24fe7245ec1ba744fdabe486931 0.00 MB 1 0
10,151 10,151 0000000094c90241ad727705980b25c28aef880500d2c7d258323b956890404e 0.00 MB 1 0
10,150 10,150 0000000019b262899717eb266b59b65c934eb3fac8f7ec1774f7fec2299cb7ea 0.00 MB 1 0
10,149 10,149 00000000280a3ea695f829d784331de4605101a3888ddbe44196c62a4686e3a3 0.00 MB 1 0
10,148 10,148 0000000033577f47264e8dadd0c5e5141a91a2865276e59e48d1fa1f60c5fb5d 0.00 MB 1 0
10,147 10,147 00000000f8c0bc8f072a99cbde609c7b85e5e5a9c1ad24df6763e938b9987c64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.82 GB sent, 96.77 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.