Memory Pool Memory Pool Refreshing

7,542 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (842,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,311 66,311 00000000077328cb066fb2125dbc5337b7fe60ccb26d8c4eb946cd9fbdb968d9 0.00 MB 5 0
66,310 66,310 000000000557d2a824fddf86b7a9c978911646efaa7f75d376dc1182435ad055 0.00 MB 1 0
66,309 66,309 000000000aa03f685f1a2e127cdfe92238871c07aca4a15cfee5b843a8431604 0.00 MB 2 0
66,308 66,308 000000000183422c1108d1471e4e9c3e120b7b40c968c5df510daf9ad82422e9 0.00 MB 2 0
66,307 66,307 0000000003f190ca4a9b73c7220de4c1facfbb082a40eeb30271677de1cadfb5 0.00 MB 1 0
66,306 66,306 0000000001818421585f3fe806ead6ed79b831695f61f2c62cc3e0d128be3759 0.00 MB 4 0
66,305 66,305 0000000004032127ad45fe7358089152e75d9ea4fa3f52be529265472bc7a080 0.00 MB 2 0
66,304 66,304 000000000a1edb332d8923ef73b67fe6a278a5907683ea5c94fde4c8561f4d46 0.00 MB 2 0
66,303 66,303 000000000585dbc6d68027834367e8418e728d49aaf2a7cbcbff96e51a148e99 0.00 MB 2 0
66,302 66,302 0000000000b5e4b6d239a6eecc6ab52491fbaf43d823a7458abb4e9177eff6eb 0.00 MB 1 0
66,301 66,301 0000000000d39bb29e872238cc750d316a4d0a3de2116d16229a49a4328cc76e 0.00 MB 2 0
66,300 66,300 000000000739d8a2f35e7c2163e921811b9b4890845b07e4347dc70c25c2cd6b 0.00 MB 3 0
66,299 66,299 00000000052af73e1da14f5858cd602f4442264b2a79837e4af5a6bc1e5d66b6 0.00 MB 1 0
66,298 66,298 0000000003349fd68b87c89613aa5b5fc8a3f32f5423ae3ff9e58646c01c6d48 0.00 MB 1 0
66,297 66,297 000000000004295b6d4c352539ca64d5dbb99978876019a407cdbb0248a4b72b 0.00 MB 1 0
66,296 66,296 000000000a69575a0d2d31500216161278167ba6f80a4757ef69f7821e14d29d 0.00 MB 1 0
66,295 66,295 0000000008aff4b9c3523f35178983fbfd246d4159577ca42818cb85654a4c30 0.00 MB 1 0
66,294 66,294 00000000084932736979d9ae36ff9bd709ac4c5f5cd5a35ab64a296befbb5b66 0.00 MB 1 0
66,293 66,293 000000000a29abcd294051a2d15bb183302c7bf043a24c2589bc405c60d0219d 0.00 MB 1 0
66,292 66,292 0000000001d014ca55017029f3561e8dc2731a3ee93ef59d3c2cfe9e4b002e27 0.00 MB 1 0
66,291 66,291 0000000002a461cc15822b39b0508027acc079b1d2d503f91a8e9771c3af2bf4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.78 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.